URGENT: Cuture/Language of a text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi ,

I have a senario where I need to have a textbox where the user can enter
either english charaters or other language character (like
Korean,Chinies,German etc.) using their respective language keybords.

Is there a way to find out the language/culture text entered by the users so
that I can I apply my biz logic accordingly.

Thanks in advance,
Dan
 
Is there a way to find out the language/culture text entered by the users so
that I can I apply my biz logic accordingly.

Probably not easily from the text they enter, but you could get their
browser's default language using something like
Thread.CurrentThread.CurrentUICulture
 

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

Back
Top