SIP - Defualt Language Setting

D

deneb

Hi?

I'm using PDA that OS is Windows Mobile 2003 SE Korean.
When I give a focus to Textbox, and Enable SIP,
the default language is Korean. That is, keyboard that I can see first
has Korean Keys.

Is it possible that I can change default SIP language? (by using code
or some system setting?)

One thing I found is when I chnage TextBox.PasswordChar to '*' or
something like that, the defualt SIP changed as English.

But I want to see what I inputed..
 
P

Paul G. Tobey [eMVP]

Well, you can change the selected SIP. It's in a registry entry that gets
changed when you select a different SIP via the little pop-up menu. If you
export the registry before and after manually making that change, find the
difference, and change the registry is that same way programmatically when
you want to change the default, you should have the result you want (you may
wish to change the default back when your application is no longer in front
or when you exit, of course).

*However*, if your device doesn't have a SIP for another language, no, you
can randomly have it do something sensible in that case.

I think that the password setting is controlled by the EDIT control that the
TextBox uses. When it's set to password mode, that's the way it works. To
change that, turn off that style of the TextBox...

Paul T.
 

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