Language
Overview
To change the application language, use the following method:
NetDecor.Lang.SetLang(langCode: string)
Parameters
Parameter | Type | Description |
---|---|---|
langCode | string | ISO 639-1 language code (two-letter format). Available languages depend on your specific NetDecor customization. |
Example
NetDecor.Lang.SetLang("DE");