Global configuration asset that defines the list of supported languages for localization. More...
Public Attributes | |
List< string > | languages = new List<string> { "English", "Spanish", "French" } |
List of supported language names (e.g., "English", "Spanish", "French"). | |
Global configuration asset that defines the list of supported languages for localization.
This configuration is loaded at runtime and used by the LocalizationManager and all localization editors to determine which languages are available for localization entries.
Example usage:
The first language in the list is used as the default fallback if no language is set.
This asset is critical for ensuring consistent language support across all localized content.
List<string> Backbone::LocalizationConfig::languages = new List<string> { "English", "Spanish", "French" } |
List of supported language names (e.g., "English", "Spanish", "French").