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

Re: Any way to programmatically get a list of all language encodings? by Stoitcho

Stoitcho
Mon Aug 09 16:48:10 CDT 2004

Hi MJB,

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


"MJB" <mb2@email.com> wrote in message
news:%23ph4$elfEHA.2604@TK2MSFTNGP10.phx.gbl...
> 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
>
>



Re: Any way to programmatically get a list of all language encodings? by MJB

MJB
Mon Aug 09 18:39:55 CDT 2004

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


"Stoitcho Goutsev (100) [C# MVP]" <100@100.com> wrote in message
news:%23bn7CplfEHA.1156@TK2MSFTNGP10.phx.gbl...
> Hi MJB,
>
> Look at CultureInfo's GetCultures static method.
> --
> HTH
> Stoitcho Goutsev (100) [C# MVP]
>
>
> "MJB" <mb2@email.com> wrote in message
> news:%23ph4$elfEHA.2604@TK2MSFTNGP10.phx.gbl...
> > 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
> >
> >
>
>