Page 1 of 1

Can I set ActiveLanguage un TSiLang before...

Posted: Tue Feb 03, 2004 9:19 pm
by chouproute
Can I set ActiveLanguage before to run application? Because time to translate all visual components is too long. I think to translate all label... it takes about 1 minutes. So my application run actually at two place, in quebec and in ontario so in Québec I need french and in Ontario I need english. I don't want two EXE so if I could set ActiveLanguage before to load software, I will save some time surrely.
Thanks
Marco

Or is there a way to save the last...

Posted: Tue Feb 03, 2004 10:04 pm
by chouproute
Is there a way to save the last language used and use i as default,so if the last language is 2 and the defalut is 1, when we will load program, the default language will be 2 and we willn'T OBLIGATED to wait for the tranlation

Posted: Wed Feb 04, 2004 6:10 am
by isiticov
In order to have active language set before running the application you will need to set ActivaLanguage property to needed value at design-time and build your project. But then you will have 2 EXEs.

:(

Posted: Wed Feb 04, 2004 1:44 pm
by chouproute
Ok i'ts my mind! It's that I thought!
Thanks!