I’m using php. I have a form which fields are in french. I’d like to know how can I make the form avalaible also in english and let the user choose the language. Is there a simple way to do this?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If your form is not too large use javascript to toggle visibility of labels and messages.
If you still want PHP use arrays
And your form:
You can use also AJAX to switch language but we are going too far 🙂