asp.net - C#.NET : How to set arabic or other languages' characters as access keys for a textbox control? -
till now, using software in english language only, being converted multi-languages, access keys being dead while computer language set other english, want use shortcut access key alt + f in arabic? how this?
thanks in advance.
from microsoft guidelines:
keyboard layouts change according culture/locale. characters not exist in keyboard layouts. when assigning shortcut-key combinations, make sure can reproduce them using international keyboards, if plan use shortcut-key combinations windows 2000 mui (multilanguage user interface).
because each culture/locale may use different keyboard, consider using numbers , function keys (f4, f5, , on) instead of letters in shortcut-key combinations.
although not need localize number , function-key combinations, not intuitive user letter combinations. shortcut keys may not work each keyboard layout in particular culture/locale. example, cultures/locales use more 1 keyboard, such eastern europe , arabic-speaking countries/regions.
Comments
Post a Comment