keyboard layout direction
Posted
by mike
on Stack Overflow
See other posts from Stack Overflow
or by mike
Published on 2010-06-09T14:16:34Z
Indexed on
2010/06/09
15:32 UTC
Read the original article
Hit count: 270
hi,
I would like to detect the direction of the current typing (input) language. I may detect the language by means of "GetKeyboardLayout", but then I'll have to check if it equals to Arabic or Hebrew and so on, is there any way just to detect the direction, i.e. left to right or right to left.
thanks! mike.
© Stack Overflow or respective owner