Skip to content

ILanguageFallbacks.GetLanguageFallbacks method

Gets the language fallbacks for the specified language ID. It returns an empty list for the invariant language. For other language IDs, the last element is always the invariant language ID.

public IEnumerable<string> GetLanguageFallbacks(string languageID)
parameter description
languageID The language ID.

Return Value

The sequence of language fallback IDs.

See Also