Hi Pilou,
re:
> Another thing here the French translation but how to make the English for be call in Options ?
> Possible or not : so 2 versions that i enable or not manually ?
It's possible to do this using <moi:Text> elements instead of hard coded text.
A <moi:Text> element will look up text from the string table of the current active language.
So for example with the first one you would put <moi:Text textid="Line"> in the text location.
That will then look up the entry with a left-side value of Line= inside the current Strings.txt string table, so that would come from EnglishStrings.txt if the current language is English, or FrenchStrings.txt if the current language is French.
- Michael
|