You need a Multi Language action for each language you support. So if you support 8 languages then you have to have 8 Multi Language actions (which is fine).
The problem is that they are all named 'Multi Language' in the form wizard and there isn't a label that you can change. It would be nice if you could either add a label -- or if the Language (en-US) was automatically displayed next to it, like "Multi Language - en-US"
The problem is that they are all named 'Multi Language' in the form wizard and there isn't a label that you can change. It would be nice if you could either add a label -- or if the Language (en-US) was automatically displayed next to it, like "Multi Language - en-US"
Hi lowrykun,
Good idea :-)
Please edit the file administrator/components/com_chronoforms/form_actions/multi_language/multi_language.ctp and chage line 3 from this
to this
Bob
Good idea :-)
Please edit the file administrator/components/com_chronoforms/form_actions/multi_language/multi_language.ctp and chage line 3 from this
<label class="action_label" style="display: block; float:none!important;">Multi Language</label>
to this
<label class="action_label" style="display: block; float:none!important;">Multi Language: <?php echo $action_params['lang_tag']; ?></label>
Bob
Thank you!🙂
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.