Login  Register

Re: i18n question: How to support more languages?

Posted by Blair McGlashan-4 on May 27, 2006; 1:29pm
URL: https://forum.world.st/i18n-question-How-to-support-more-languages-tp3378696p3378722.html

"Janos" <[hidden email]> wrote in message
news:[hidden email]...
>
> Is there a possibility to set the "character set" temporarily to some
other national character set (represented by the keyboard), so that I
can accept english, german, hungarian... text constants for a
dictionary or lookup table? (Not to speak about symbols, because if
they become later commands in a menu (menü, menu)I do not think it is
good).


I imagine this would be possible by responding to the WM_INPUTLANGCHANGE and
reconfiguring Scintilla appropriately (see the recent "D6 and local charsets
(was: "toggleLocalHierarchy" button)" for some further information).

Regards

Blair