Namespace UnityEngine.Localization.Settings
Classes
CommandLineLocaleSelector
Allows for setting the Locale through a command line argument when launching the application.
LocalesProvider
Responsible for providing the list of locales that are currently available to this application.
LocalizationSettings
The localization settings is the core component to the localization system. It provides the entry point to all player based localization features.
LocalizedAssetDatabase
The Localized Asset Database provides a single point of access for all localized assets.
LocalizedDatabase<TTable, TEntry>
LocalizedStringDatabase
Handles loading strings and their tables for the selected locale.
PlayerPrefLocaleSelector
Uses the Player Prefs to keep track of the last used locale. Whenever the locale is changed, the new Locale is recorded in the Player prefs.
SpecificLocaleSelector
Returns the a specific locale if it exists.
SystemLocaleSelector
Attempts to determine the Locale to use from the system that is running the application.
Structs
LocalizedDatabase<TTable, TEntry>.TableEntryResult
Contains the results of a request. The found entry and the table the entry was found in, this may be different if a fall back occurred.
Interfaces
IInitialize
Indicates that an extension requires an Initialization callback.
ILocalesProvider
Holds the Locale's that the project supports.
IStartupLocaleSelector
Determines what locale should be used when the application starts or does not currently have an active locale.