Calander components problem..

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
j_leong2004
Posts: 1
Joined: Fri May 11, 2007 10:53 am

Calander components problem..

Post 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.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Best regards,
Igor Siticov.
Post Reply