tags:

views:

34

answers:

1

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.

+1  A: 

Hi, check out: http://blogs.msdn.com/b/michkap/archive/2006/03/03/542963.aspx

humbagumba