WebChaot Messages: 53 Registered: September 2006 Location: Austria, Vienna
Member
Hi James!
Thanks for reply!
>>> I've just tested this in TheIde and my own apps and it seems to work. Could you provide a test case please?
Test case:
In examples > Menu add in Main "SetLanguage" line:
=======================
GUI_APP_MAIN
{
>>> SetLanguage(LNGC_('D', 'E', 'D', 'E', CHARSET_UTF8));
App().Run();
}
=======================
So i think, it depends on CHARSET i set with this line - something seems to go wrong on translating the shortcuts to different language.