Hello guys,
I am working on one site that is in 3 languages: English, Spanish and Portuguese. The site development is complete and user can select only one language for his account. Now, when a user selects Spanish language, entire site is displayed in spanish language.
Uptill this, everything is okay. Now, my problem is that when user types in any text box or textarea, he should be able to type in spanish language. Now, the character set of spanish language and english language are almost similar, apart from few characters. So, do I need to take special care for spanish language typing or I can type the spanish language without taking any special care? For example, consider the following character:
Ñ
This character I have typed with following key combinations "ALT+6+5+6+5" i.e. type "6565" from your NumPad while ALT key is pressed.
So, to be able to type spanish language, do I need install spanish font on my server or use any font embedding tool such as Weft or something like that? But, Weft works only with IE browser. Or do I need to change the characet set of my HTML pages? Currently I am using charset=iso-8859-1.
Can anybody suggest anything on this?
Thanks in advance.