VintasoftLocalizationJS Class Methods
In This Topic
For a list of all methods of this type, see
VintasoftLocalizationJS.
Methods
| Name | Description |
| get_IsReady | Gets a value indicating whether the localizer is ready for localization. |
| getDocumentLocalizationDictionary | Returns the localization dictionary for all DOM-elements, which have the "localizationId" attribute, in HTML document. |
| getLocalizationInfo | Returns localization info for the specified localization identifier. |
| getStringConstant | Gets the string constant by identifier. |
| localizeDocument | Localizes all DOM-elements, which have the "localizationId" attribute, in HTML document. |
| setStringConstant | Sets the string constant for localization. |
See Also