Hi,
I'm Rony, this is my first time trying to create a multi language form. I have read this https://www.chronoengine.com/forums/posts/f26/t81638.html
I found that you explained that you move the multi language active to the position below html (render form) event.
The question is, I have tried to look for that multi language action, but i cannot find it. Can you please explain this to me?
Looking forward to your reply. Thanks.
I'm Rony, this is my first time trying to create a multi language form. I have read this https://www.chronoengine.com/forums/posts/f26/t81638.html
I found that you explained that you move the multi language active to the position below html (render form) event.
The question is, I have tried to look for that multi language action, but i cannot find it. Can you please explain this to me?
Looking forward to your reply. Thanks.
Hi Rony,
The link was for an older version of ChronoForms. In CFv5 you can use the Locales tab to translate text strings like labels in your form. See at the end of this FAQ
I recommend that instead of NAME_LABEL=Name show there you use strings like ##Name##=Name - using the ##s makes it less likely that you will get mistaken translations, and easier to spot any that are missing.
Bob
The link was for an older version of ChronoForms. In CFv5 you can use the Locales tab to translate text strings like labels in your form. See at the end of this FAQ
I recommend that instead of NAME_LABEL=Name show there you use strings like ##Name##=Name - using the ##s makes it less likely that you will get mistaken translations, and easier to spot any that are missing.
Bob
Thanks greyhead, i have tried as you explained, but still failed, here's my attacthment
my web is www.citaglobal.co.id, thanks
1 more problem, how to edit the browse and no files selected language? thanks
Hi Rony,
For the language tag please use the format en_gb (see the help text under the box).
The Choose file text is set by the browser and depends on the current browser language setting. I think that you can overwrite this with CSS+Javascript if you need to.
Bob
For the language tag please use the format en_gb (see the help text under the box).
The Choose file text is set by the browser and depends on the current browser language setting. I think that you can overwrite this with CSS+Javascript if you need to.
Bob
thanks greyhead, managed to translate the form.
but about the browse label can you please explain more to me, cause i still don't understand and actualy i'm not familiar with javascript and php, thanks again greyhead
but about the browse label can you please explain more to me, cause i still don't understand and actualy i'm not familiar with javascript and php, thanks again greyhead
Hi Rony,
The 'Choose file' button is not controlled by ChronoForms, it is set by your users browser and will be displayed in the language they are using.
Please see this StackOverFlow answer for some suggestions for ways to set button styles - but you probably don't need to do this,
Bob
The 'Choose file' button is not controlled by ChronoForms, it is set by your users browser and will be displayed in the language they are using.
Please see this StackOverFlow answer for some suggestions for ways to set button styles - but you probably don't need to do this,
Bob
ok, thank you greyhead
hi greyhead, need to ask you again, about the display message after submit form. can we translate it too?? thanks
i have tried it and it can translate all, thanks
This topic is locked and no more replies can be posted.