Class LocalizationDatabaseProxy
Proxy class for accessing UnityEditor.LocalizationDatabase.
Namespace: Unity.InteractiveTutorials
Syntax
public class LocalizationDatabaseProxy
Properties
currentEditorLanguage
Returns the current Editor language.
Declaration
public static SystemLanguage currentEditorLanguage { get; }
Property Value
Type | Description |
---|---|
SystemLanguage |
enableEditorLocalization
Is Editor Localization enabled.
Declaration
public static bool enableEditorLocalization { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
GetAvailableEditorLanguages()
Returns available Editor languages.
Declaration
public static SystemLanguage[] GetAvailableEditorLanguages()
Returns
Type | Description |
---|---|
SystemLanguage[] |