I am trying to get my preferred language for users. I see all kinds of articles on how to install them, but they assume that the user says which language to choose (for example, from the drop-down list).
In Firefox, under "Tools"> "Options"> "Content"> "Languages"> "Select," you can choose which languages โโyou prefer and choose their order. I want to have access to this list, or at least the preferred language in C # code. How can I do it? Is it possible?
Everything I tried always returns en-US, regardless of what is on the list.
c # localization cultureinfo
Jason
source share