Class CountryLang
- Namespace
- SunamoLang
- Assembly
- SunamoLang.dll
Provides mapping between languages and their corresponding country codes.
public class CountryLang
- Inheritance
-
CountryLang
- Inherited Members
- Extension Methods
Properties
LanguageToCountryMap
Gets the dictionary mapping languages to country codes.
public static Dictionary<Langs, string> LanguageToCountryMap { get; }
Property Value
Methods
Init()
Initializes the language-to-country mapping.
public static void Init()