Class SpecificLocaleSelector
Returns the a specific locale if it exists.
Implements
Namespace: UnityEngine.Localization.Settings
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class SpecificLocaleSelector : IStartupLocaleSelector
Properties
Name | Description |
---|---|
LocaleId | The Id of the Locale that should be used if possible when selecting. |
Methods
Name | Description |
---|---|
GetStartupLocale(ILocalesProvider) | Returns the Locale that matches LocaleId or null if one could not be found. |