how to determine what language a c# string is written in? is there any C# method to take a string an
how to determine what language a c# string is written in? is there any C#
method to take a string and return what language it is in? e.g. english,
hindi, spanish, etc.
Re: how to determine what language a c# string is written in? is there any C# method to take a strin
System.Text.Encoding.CodePage will probably give you what you need. See:
http://msdn2.microsoft.com/en-us/library/system.text.encodin ginfo.codepage.aspx
--
HTH,
Kevin Spencer
Chicken Salad Surgeon
Microsoft MVP
"DR" <softwareengineer98037 [at] yahoo.com> wrote in message
news:%23DqHU3rYIHA.5868 [at] TK2MSFTNGP06.phx.gbl...
> how to determine what language a c# string is written in? is there any C#
> method to take a string and return what language it is in? e.g. english,
> hindi, spanish, etc.
>