Page 1 of 1

Calander components problem..

Posted: Mon May 14, 2007 8:48 am
by j_leong2004
Hi, I'm looking for a localization tools now for my company project which is in Dutch language..

I'v installed TSilang 6.1 trial version and I'm using Delphi 5.0...
I have a issue with the Calander components here....

I did some testing on siLang components and the ChangeLocales proerty is set to True.

Some translation is done on Locales property but when I switched the langaue the translation on TDateTimePicker and TMonthCalendar is not working.

Do I need to do any extra setting for the translaton on TDateTimePicker and TMonthCalendar? How to make it work?


Thanks.

Posted: Mon May 14, 2007 9:21 am
by isiticov
Hello,

TDateTimePicker and TMothCalendar are just wrappers of Windows controls and use System Locale Strings to display. So they will always display OS language. The only way is to replace them with some 3rd party components that implement the same functionality, like RX Library.