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
Change language of date in email
Started 11 years ago by alexlak | 2 posts |
-
I successfully changed the datepicker language to russian. However, when the form sends an email, the date is in english in the email message. How can I receive the date in russian?
Posted 11 years ago # -
Try to edit your "includes/init.php" file, insert this code in the middle of that file:
setlocale(LC_ALL, 'ru_RU');
MachForm Founder
Posted 11 years ago #
Reply
You must log in to post.