QUESTION POSED ON: 14 August 2004
In Windows you can change from one language to another by pressing the ALT+SHIFT keys. I have certain forms in which there are mixed textfields. Some of them should be in Language A others in Language B. I need a subroutine that changes the language based on the kind of the field (getfocus maybe) so that the user does not have to manually change the language. I guess my question is: is there a way to simulate the pressing of the ALT+SHIFT keys using code?
The languages are:
Armenian, English which are left-to-right languages and arabic which is right-to-left
Thank you in advance.
|