I have to make a form on a old Joomla 1.5 in 2 languages.
What are the best way to do that?
What are the best way to do that?
Hi Chacapamac,
You can use the Multi Language action in the Utilities actions group to translate strings like labels. Add one action for each language then add strings like this:
Bob
You can use the Multi Language action in the Utilities actions group to translate strings like labels. Add one action for each language then add strings like this:
##name##=name
##name##=nom
and put ##name## in the element label. This will work for most visible text in the form.
Bob
Thanks to answer me.
If I understand well…
In a “Label Text” I can put something like —> ##name##Votre Nom
and translate it in english by adding a “Multi Language action” (I guess that I put in the “OnLoad” action) with the language string “en-GB” and add here.
##name##=Your Name
Do I need to add the fr-FR Multi Language action for this to work properly?
If I understand well…
In a “Label Text” I can put something like —> ##name##Votre Nom
and translate it in english by adding a “Multi Language action” (I guess that I put in the “OnLoad” action) with the language string “en-GB” and add here.
##name##=Your Name
Do I need to add the fr-FR Multi Language action for this to work properly?
Hi Chacapamac,
In the Label text just put ##name##
And, yes, add one Multi Language action for each language you want to use.
Bob
In the Label text just put ##name##
And, yes, add one Multi Language action for each language you want to use.
Bob
Thanks Solved
This topic is locked and no more replies can be posted.