Jaa


LGResourceLoader.FallbackLocale(String, IList<String>) Method

Definition

Get the fall back locale from the optional locales. for example en-us, is a locale from English. But the option locales has [en, ''], So,en would be picked.

public static string FallbackLocale (string locale, System.Collections.Generic.IList<string> optionalLocales);
static member FallbackLocale : string * System.Collections.Generic.IList<string> -> string
Public Shared Function FallbackLocale (locale As String, optionalLocales As IList(Of String)) As String

Parameters

locale
String

current locale.

optionalLocales
IList<String>

option locales.

Returns

the final locale.

Applies to