I have a html code that gets some data from the server. The data could be in chinese,english or japanese for now. How can I modify my html code to handle multiple languages such as chinese and japanese?
Share
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.
A random shot inc.
You need to read the header data from the brower about what language its using. And from that you can pick you right language from the database and return it to the webpage.
My answer is THIS BIG because your question is that big 🙂
But yea UTF-8 all the way is a good idea too 😉