PDA

View Full Version : Read / Change Keyboard Language



ELITSIO
2017-08-30, 04:47 PM
Hello, I have experience with autocad VBA but beginner to AutoLisp.

I want to write code that changes the keyboard language back to English when I begin to enter a text to command line.
Is this possible with AutoLisp?? Can you give me a hint?

Thank you.

devitg.89838
2017-08-30, 05:53 PM
If you can do it in VBA , please show how did it. Maybe it can be "translated" to VL lisp

BIG-AL
2017-09-01, 01:24 AM
This first http://adndevblog.typepad.com/autocad/2013/04/switch-language-of-autocad-2014-without-installing-multi-copy.html but this as at start up.

There was some discussion at Cadtutor about convert text to another language it uses a find replace method so you can have two texts one in each language.

This could be useful http://www.cadstudio.cz/en/apps/trans/

This may work must have downloaded language pack, start autocad in that language, config, profile, save the current profile ARG, making sure all the paths etc are correct first, close autocad, start english autocad, config profile load the other ARG file that you created, it should now be in list, make it current what happens ??? for English config profile pick old profile make current again. This may be something you can program rather than manual but still doesn't take long.

LiDo
2017-09-03, 04:41 PM
If you want to switch between different input languages, see http://www.itexperience.net/2010/12/23/set-default-keyboard-layout-using-registry-the-easy-way/.
This may be done by using AuyoLISP but is OS dependent.