I would like to get the native language name (for example "Deutsch (Deutschland)") for a given LCID. So far I have only seen example where I had to set the CurrentThread's culture to this culture. I am looking for a solution to it without having to set the CurrentThread's culture.
Thank you very much!