LangStrings Class Methods
- Last UpdatedNov 06, 2025
- 1 minute read
For a list of all members of this type, see LangStrings members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetLanguages | The GetLanguages() method returns the name of all the languages that are defined for the system. |
![]() | Translate | The Translate() method translates a specific string using the ID of the string, which is provided with the string as <id> at the end of the string, and the language ID of the user. The input string must have the string ID included. If the string ID cannot be found in the language table to translate the string, the string that was passed in is returned with the <id> removed from the end of it. |

