Convert keyboard language programmatically (English - Arabic)


Khaled Al-Sham'aa
If you wrote an Arabic sentence while your keyboard stays in English mode by mistake, you will get a non-sense English text on your PC screen. In that case you can use this class to make a kind of magic conversion to swap that odd text by original Arabic sentence you meant when you type on your keyboard.

Please note that magic conversion in the opposite direction (if you type English sentences while your keyboard stays in Arabic mode) is also available in this class, but it is not reliable as much as previous case because in Arabic keyboard we have some keys provide a shortcut to type two chars in one click (those keys include: b, B, G and T).

Well, we try in this class to come over this issue by suppose that user used optimum way by using shortcut keys when available instead of assemble chars using stand alone keys, but if (s)he does not then you may have some typo chars in converted text.