Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » how to Internationalize my app?
Re: how to Internationalize my app? [message #3340 is a reply to message #3339] |
Sat, 20 May 2006 23:23   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
forlano wrote on Sat, 20 May 2006 17:17 |
luzr wrote on Sat, 20 May 2006 20:54 |
You must add ".t" file to your package and invoke "Project/Synchronize translation files".
You do not need to make commandline export - that is good for translating U++ or app you do not have sources for, but not necessary for translating your app. Instead it is easier to use TheIDE to add languages in "Synchronize" and then edit .t directly.
Mirek
|
I'm very ... here is my achievement:
// Vega.lay
T_("Edit Player")
deDE("")
itIT("")
ruRU("")
T_("Name")
deDE("")
itIT("Nome")
ruRU("ИмÑ")
T_("Fed")
deDE("")
itIT("")
ruRU("")
...
It is very easy (knowing what to do ). Now the last thing please. By default the menu is an English but which command I have to run to make active, say, "itIT" translation at runtime when the user choose the Italian language?
By Navigate I have found
I hoped that 'lang' was some index in the .t file but I was unlucky.
Luigi
|
Well, you was near:
SetLanguage(LNG_('D','E','D','E'));
Mirek
|
|
|
 |
|
how to Internationalize my app?
By: forlano on Sat, 20 May 2006 17:37
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sat, 20 May 2006 20:54
|
 |
|
Re: how to Internationalize my app?
By: forlano on Sat, 20 May 2006 23:17
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sat, 20 May 2006 23:23
|
 |
|
Re: how to Internationalize my app?
By: forlano on Sun, 21 May 2006 00:19
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sun, 21 May 2006 07:53
|
 |
|
Re: how to Internationalize my app?
By: forlano on Sun, 21 May 2006 09:13
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sun, 21 May 2006 10:00
|
 |
|
Re: how to Internationalize my app?
By: forlano on Sun, 21 May 2006 11:35
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sun, 21 May 2006 12:22
|
 |
|
Re: how to Internationalize my app?
By: forlano on Sun, 21 May 2006 13:48
|
 |
|
Re: how to Internationalize my app?
By: mirek on Sun, 21 May 2006 14:17
|
 |
|
Re: how to Internationalize my app?
|
 |
|
Re: how to Internationalize my app?
By: mirek on Wed, 17 October 2007 19:27
|
 |
|
Re: how to Internationalize my app?
|
 |
|
Re: how to Internationalize my app?
By: mirek on Fri, 19 October 2007 18:09
|
Goto Forum:
Current Time: Wed Aug 27 08:15:35 CEST 2025
Total time taken to generate the page: 0.10919 seconds
|