Hi,
I have a form where labels are by default in one language. I want that when the user clicks on a specific flag image, the labels (fields names) are dynamically displayed on the fly in another language (i.e without having to fetch the whole page again from the server).
I have stored the labels in different languages (EN, FR, DE ..) in a database .
My problem is that I don't know how to do that since labels are just simple html text and not form fields which names one can call from a Javascript script to change their value.
Thanks for your help
blygman@hotmail.com
François
I have a form where labels are by default in one language. I want that when the user clicks on a specific flag image, the labels (fields names) are dynamically displayed on the fly in another language (i.e without having to fetch the whole page again from the server).
I have stored the labels in different languages (EN, FR, DE ..) in a database .
My problem is that I don't know how to do that since labels are just simple html text and not form fields which names one can call from a Javascript script to change their value.
Thanks for your help
blygman@hotmail.com
François