Hi all,
I encounter the following problem :
If i include the following code in one of my form, with the appropriate
line firstname-label=prenom in my french localized messages file, the
result is OK and the firstname label is localized.
<t:label for="firstname"/><input t:type="TextField" t:id="firstname" ... />
But with the following piece of code, the result is the hardcoded
"Firstname" string. Localization of the string did not occured ...
<t:label for="firstname">Firstname</t:label><input t:type="TextField"
t:id="firstname" ... />
Any idea ?
Stephane