Hello all,
I would like to get help for my following query :
On my form, there are different types of input fields for the user. (text box, text area, check box, drop-down list etc.)
All the inputs from user are to be stored in database table.
For the text area, I would like to allow user to put the contents in various languages. (e.g. english or one of the indian languages)
e.g.
For first row, user inputs "Hello, I am fine. Nice to meet you."
For the second row, user wants to input [ "Hello, I am fine. Nice to meet you." ], this line in one of the indian languages.
For the third row, user wants to input mix of multiple languages.
Is it possible to make possible for user to select font of choice to entere contents in selected language. Can it be done directly in PHP or javascript is to used in addition for doing this task.
[ In other words, another example is :
If the user is preparing a document in MS-word, he can apply various fonts, styles sizes etc. in single document by selecting the font, size etc. of choice ]
Looking for guidence.