Method GetFallbacks
GetFallbacks()
Returns the fallbacks in order or priority. If the locale does not contain any FallbackLocale metadata then the CultureInfo will be used to find a fallback.
Declaration
public IEnumerable<Locale> GetFallbacks()
Returns
Type | Description |
---|---|
IEnumerable<Locale> | The fallback locale or null. |