change input language from command line

P

physicsGeek

Hi,

I need to be able to change the input language (from the language bar)
from within a (perl) program. One way to do it would be to send a
command to the dos promp(/command line/windows shell/pick your
favorite label)

What command might I send to the command line?

Thanks in advance,
Sean

p.s. if there's a better place to post this question, please let me
know. Thanks!
 
P

Pegasus \(MVP\)

physicsGeek said:
Hi,

I need to be able to change the input language (from the language bar)
from within a (perl) program. One way to do it would be to send a
command to the dos promp(/command line/windows shell/pick your
favorite label)

What command might I send to the command line?

Thanks in advance,
Sean

p.s. if there's a better place to post this question, please let me
know. Thanks!

I doubt whether you can do this. The input language is process-
specific, so how would a command that you run under a Command
Prompt (which you call "DOS promp") know which process it
should modify?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top