Translate buttons on confimation page

Bandola 10 Aug, 2013
Hi Greyhead!

On my confirmation page I get the two buttons. Submit and Cancel. I want to translate these to Swedish but how? The Swedish language file is from 2008. Can I change anything in the form wizard or must I change the code?

Kind regards
Ola
GreyHead 11 Aug, 2013
Hi Ola,

There is no built-in way :-( Max missed those. You can possibly do it with JavaScript but the simplest solution is to add your own buttons to the page. If you copy the HTML from the 'English' version you can use that and edit the Labels.

Bob
Bandola 12 Aug, 2013
Hi!

Thank you for your answer.

Can you please give me a hint of how to do this. I am not really sure.

the simplest solution is to add your own buttons to the page. If you copy the HTML from the 'English' version you can use that and edit the Labels.



Kind regards
Ola
GreyHead 13 Aug, 2013
Hi Ola,

Add this into the Confirmation Page 'Page Code' box and replace Submit and Cancel with your labels
<button value="_confirm" name="confirmation_page" type="submit">Submit</button>
<button value="_back" name="confirmation_page" type="submit">Cancel</button>

Bob
Bandola 14 Aug, 2013
It works!

Thanks a lot Greyhead!

Ola
This topic is locked and no more replies can be posted.