Delegate LocaleListResolutionCallback
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate Locale LocaleListResolutionCallback(List<Locale> locales, List<Locale> supportedLocales);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<Locale> | locales | |
| System.Collections.Generic.List<Locale> | supportedLocales |
Returns
| Type | Description |
|---|---|
| Locale |