Skip to main content

Language

Overview

To change the application language, use the following method:

NetDecor.Lang.SetLang(langCode: string)

Parameters

ParameterTypeDescription
langCodestringISO 639-1 language code (two-letter format). Available languages depend on your specific NetDecor customization.

Example

NetDecor.Lang.SetLang("DE");