JavaScript API reference for Video Viewer.
setLocalizedTexts( *
localizationInfo*)
localizationInfo |
{ Object} JSON object with localization data. See Localization of user interface elements for more information. See also 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.
None.
<instance>.setLocalizedTexts({"en":{"CloseButton.TOOLTIP":"Close"},"fr":{"CloseButton.TOOLTIP":"Fermer"},defaultLocale:"en"})