This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Date picker and submit button in another language
Started 11 years ago by alexlak | 5 posts |
-
Hello! How can I change the language on the date picker (months,days) and the value "Submit" on the submit button?
Posted 11 years ago # -
You can change the "Submit" text by editing your form's theme.
Regarding the datepicker, what language you would like to use?MachForm Founder
Posted 11 years ago # -
Ok thanks. For the datepicker I would like to use Russian.
Posted 11 years ago # -
Ok, you can follow the instruction on this post:
http://www.appnitro.com/forums/topic/dutch-version-of-the-calendar?replies=10but you need to change this part of the code:
'<script type="text/javascript" src="'.$machform_path.'js/datepick/jquery.datepick-nl.js"></script>'."\n".
with this one (for the russian language):
'<script type="text/javascript" src="'.$machform_path.'js/datepick/jquery.datepick-ru.js"></script>'."\n".
MachForm Founder
Posted 11 years ago # -
Thank you very much.
Posted 11 years ago #
Reply
You must log in to post.