Page 1 of 1
Language Translation Problems with "buttons"
Posted: Wed Feb 21, 2007 5:03 pm
by charlesb
I have an application that uses buttons but the captions do not translate correctly into Russian or Traditional Chinese. Spanish, French, and German work fine.
I am using Borland C++Builder6.
Posted: Thu Feb 22, 2007 4:56 am
by isiticov
Do you use regular TButton components? In this case they won't display properly languages that have different code page than default code page used for your default locale from Regional Settings. They will display properly Russian on Russian locale, Chinese - on Chinese and so on. In case you need to show any chanracter independent from the locale you need to use Unicode replacement like TTntButton from TNT Controls or ElPack.
Posted: Sat Apr 14, 2007 4:56 am
by frank
Can i change language as default locale by Delphi, i don't want to change at control panel, can i program this?
i have some regular components but i don't want to replace TNT component because this invole to source, must be code again or change....complicated.
Thanks
Posted: Sat Apr 14, 2007 5:02 am
by isiticov
No this setting couldn't be changed programmatically. Only through Control Panel.