LangStrings Constructor(Int32,Boolean,Int32[])
- Last UpdatedNov 06, 2025
- 1 minute read
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.
Parameters
- langId
- Required. Holds the ID of the language to use.
- appendIds
- Required. Holds a flag that, if set to true, specifies that the string IDs should be appended to the end of the string after translating.
- stringIDs
- Required. Holds an array of string IDs to be loaded. This allows loading a portion of the language table.