Class LocalizationSettings
Game localization and internalization settings container.
Namespace: FlaxEditor.Content.Settings
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class LocalizationSettings : SettingsBase
Constructors
LocalizationSettings()
Fields
DefaultFallbackLanguage
The default fallback language to use if localization system fails to pick the system locale language (eg. en-GB).
Declaration
public string DefaultFallbackLanguage
Field Value
System.String
|
LocalizedStringTables
The list of the string localization tables used by the game.
Declaration
[Collection]
public LocalizedStringTable[] LocalizedStringTables
Field Value
LocalizedStringTable[]
|