Skip to main content

Language

In order to force language change you need to call:

NetDecor.Lang.SetLang(langCode: string)
langCode : string – ISO 639-1 language code (two letters). Available languages depends on specific netDecor customization.

Example:

NetDecor.Lang.SetLang("DE");