Class CommandLineLocaleSelector
Namespace: UnityEngine.Localization
Syntax
public class CommandLineLocaleSelector : StartupLocaleSelector
Properties
CommandLineArgument
The command line argument used to assign the locale.
Declaration
public string CommandLineArgument { get; set; }
Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
GetStartupLocale(LocalesProvider)
Declaration
public override Locale GetStartupLocale(LocalesProvider availableLocales)
Parameters
| Type | Name | Description | 
|---|---|---|
| LocalesProvider | availableLocales | 
Returns
| Type | Description | 
|---|---|
| Locale |