LangStrings Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| LangStrings Constructor(Int32,Boolean) | The LangString() method is the constructor for creating a LanguageString object for a particular language ID. The strings can optionally retain their IDs for translation purposes. |
| LangStrings Constructor(Int32,Boolean,Int32[]) | The LangString() method is the constructor for creating a LanguageString object for a particular language ID. The strings can optionally retain their IDs for translation purposes. This overload of the method can be used to load a small set of know strings to speed up the loading of the language. |