Nutrient Web SDK
    Preparing search index...

    Variable localesReadonly

    locales: string[]

    Returns an array of available locales. Each entry in the array is a string representing the locale e.g. en. The array can be mutated directly to add new locales. Note that when adding new locales you also need to add the corresponding translated messages.

    Add a new locale.

    NutrientViewer.I18n.locales.push("fr");