Backbone - Localization
 
Loading...
Searching...
No Matches
Backbone::LocalizationConfig Class Reference

Global configuration asset that defines the list of supported languages for localization. More...

Inheritance diagram for Backbone::LocalizationConfig:

Public Attributes

List< string > languages = new List<string> { "English", "Spanish", "French" }
 List of supported language names (e.g., "English", "Spanish", "French").
 

Detailed Description

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:

  1. Create the asset via: Assets > Create > Localization > LocalizationConfig
  2. Add supported language names (e.g., "English", "Spanish", "German") to the list.
  3. Make sure the asset is placed inside a "Resources" folder so it can be loaded automatically: Resources/LocalizationConfig.asset

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.

Member Data Documentation

◆ languages

List<string> Backbone::LocalizationConfig::languages = new List<string> { "English", "Spanish", "French" }

List of supported language names (e.g., "English", "Spanish", "French").


The documentation for this class was generated from the following file: