I'm looking for a way to get the language name from the language code.
en -> English
zh -> Chinese
jp -> Japanese
fr -> French
de -> German
etc...
Console.WriteLine(new CultureInfo("en").DisplayName);
Note that DisplayName will format the name for the currently set language. If you want it to always be in English, use EnglishName.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With