Interface ILocalesProvider
Holds the Locale's that the project supports.
Namespace: UnityEngine.Localization.Settings
Assembly: Unity.Localization.dll
Syntax
public interface ILocalesProvider
Properties
Name | Description |
---|---|
Locales | The list of Locales available. |
Methods
Name | Description |
---|---|
AddLocale(Locale) | Add a Locale to allow support for a specific language. |
GetLocale(LocaleIdentifier) | Attempt to retrieve a Locale using the identifier. |
RemoveLocale(Locale) | Removes support for a specific Locale. |