setLocalizedTexts

Last update: 2022-01-12
  • Created for:
  • Developer
    User

JavaScript API reference for Inline Zoom Viewer.

setLocalizedTexts( *localizationInfo*)

localizationInfo

{ Object } JSON object with localization data.

See Localization of user interface elements for more information.

See the Viewer SDK User Guide and the example for more information about the object's content.

Sets localization SYMBOL values for one or more locales. This parameter must be called before init().

See also init.

Returns

None.

Example

<instance>.setLocalizedTexts({"en":{"FlyoutZoomView.TIP_BUBBLE_OVER":"Mouse over to zoom"},"fr":{"FlyoutZoomView.TIP_BUBBLE_OVER":"Passez la souris sur pour zoomer"},defaultLocale:"en"})

On this page