Localization of accesskeys in internet explorer
Posted
by VikrantY
on Stack Overflow
See other posts from Stack Overflow
or by VikrantY
Published on 2010-03-24T08:17:09Z
Indexed on
2010/03/24
8:23 UTC
Read the original article
Hit count: 244
We have an enterprise web application that we are converting from english to Thai. One area that has got us stumped is on the issue of "access keys". We use the "Accesskey" attribute in IE to provide short cuts to our buttons. However, how do we do this in Thai? Does HTML and IE support unicode access keys and if so how?
Our application is IE specific, so any specific technology that IE uses is welcome.
© Stack Overflow or respective owner