View previous topic :: View next topic |
Author |
Message |
chouproute
Joined: 03 Feb 2004 Posts: 22 Location: Québec
|
Posted: Tue Feb 03, 2004 9:19 pm Post subject: Can I set ActiveLanguage un TSiLang before... |
|
|
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 |
|
Back to top |
|
 |
chouproute
Joined: 03 Feb 2004 Posts: 22 Location: Québec
|
Posted: Tue Feb 03, 2004 10:04 pm Post subject: Or is there a way to save the last... |
|
|
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 |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Wed Feb 04, 2004 6:10 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
chouproute
Joined: 03 Feb 2004 Posts: 22 Location: Québec
|
Posted: Wed Feb 04, 2004 1:44 pm Post subject: :( |
|
|
Ok i'ts my mind! It's that I thought!
Thanks! |
|
Back to top |
|
 |
|