R
Rich
I have a two-letter country code and I need to display the name of this
country in the current UI culture.
Sadly I can't create a CultureInfo and use the DisplayName property
because this displays it in the localised version of the .NET framework
and not in the current UI culture which I might have changed (it is
calculated regardless of the language that the system is set to
display).
e.g:
country code: US
current ui culture: Spanish:
test string i need: "Estados Unidos"
Any suggestions?
country in the current UI culture.
Sadly I can't create a CultureInfo and use the DisplayName property
because this displays it in the localised version of the .NET framework
and not in the current UI culture which I might have changed (it is
calculated regardless of the language that the system is set to
display).
e.g:
country code: US
current ui culture: Spanish:
test string i need: "Estados Unidos"
Any suggestions?