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

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
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Hi MJB,

Look at CultureInfo's GetCultures static method.
 
M

MJB

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top