- Web Studio Help
- Appendix: Built-in Scripting Language
- Translation functions
Translation functions
These functions are used to access the translation tool during runtime.
- Ext
Translates specified text using the active translation file. - SetLanguage
The function SetLanguage sets the project translation to one of the languages configured in the Translation Table. - SetTranslationFile
Sets the active translation file and translates all enabled text within the project. - TranslationLoad
This function loads an external translation file and either replaces or appends to the current translation. - TranslationLookupClose
The function TranslationLookupClose closes a lookup map that was previously loaded into memory by the function TranslationLookupLoad. - TranslationLookupGet
The function TranslationLookupGet gets the translation of a specified source text, using a lookup map that was previously loaded into memory by the function TranslationLookupLoad. - TranslationLookupLoad
The function TranslationLookupLoad creates a lookup map from the Translation Table for the specified source and target languages, and then it loads the map into memory so that it can be used by the function TranslationLookupGet.
Parent topic: Appendix: Built-in Scripting Language
InduSoft Web Studio -Technical Reference