setLocalizedTexts

setLocalizedTexts( *localizationInfo*)

localizationInfo

{ Object } JSON object with localization data.

See Viewer SDK namespace for more information.

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

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":{"SmartCropVideoPlayer.ERROR":"Your Browser does not support HTML5 Video tag or the video cannot be played."},"fr":{"SmartCropVideoPlayer.ERROR":"Votre navigateur ne prend pas en charge la vidéo HTML5 tag ou la vidéo ne peuvent pas être lus."},defaultLocale:"en"})

On this page