LGResourceLoader.FallbackLocale(String, IList<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Returns
the final locale.