Any way to programmatically get a list of all language encodings?

  • Thread starter Thread starter MJB
  • Start date Start date
M

MJB

I want to provide a way for the user to select the appropriate language
encoding - the way IE does it when you right-click a page and select
Endcoding. Is there an API somewhere that provides this information?

Btw, I'm using C#, but VBNET examps are always welcome.

TIA
 
Great thanks, I think this is what I was looking for.


Stoitcho Goutsev (100) said:
Hi MJB,

Look at CultureInfo's GetCultures static method.
--
HTH
Stoitcho Goutsev (100) [C# MVP]


MJB said:
I want to provide a way for the user to select the appropriate language
encoding - the way IE does it when you right-click a page and select
Endcoding. Is there an API somewhere that provides this information?

Btw, I'm using C#, but VBNET examps are always welcome.

TIA
 
Back
Top