How to change the keyboard layout in asp.net?

  • Thread starter Thread starter Lacka
  • Start date Start date
L

Lacka

Hi,

Is it possible, to change the keyboard layout on an asp.net page? I have
two textboxes: one for the greek text, and one for the hungarian. If the
greek gets the focus, it would be nice to change to the greek keyboard
layout, and when the other, to the hungarian. Is it possible, or not? (I
know, that in a normal Windows application it is possible, but on a web
page under asp.net?)

thanks,
Lacka
 
Hi Lacka:

Since the textbox controls are actually on the client, it really is
more of a question about the browser capabilities, but I don't think
any browser or the system supports this.
 

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