How to change Submit button value to my native language? I followed previous recommendations but it seems that this code has changed a little since.
Appnitro Software Forums » MachForm 2
Change Submit button value
Started 2 years ago by dhous | 3 posts |
-
Posted 2 years ago #
-
It seems nobody help me here. I just want to replace word Submit on the button to "Odeslat" in my native language. Is it really so hard?
Posted 2 years ago # -
Sorry for the weekend delay... changing the form submit button is not to hard, simply edit your "includes/languages.php" file and search for this code :
$lang['submit_button'] = 'Submit';change it to
$lang['submit_button'] = 'Odeslat';MachForm Support
Posted 2 years ago #
Reply
You must log in to post.
