How do I code a website in Japanese and Chinese.
I have the HTML and graphics
I want to change the text to Japanese and Chinese symbols
- what tools can be used to auto convert
- what tools can be used to correct the auto converted text
- what is necessary to serve it online
Like any other website. Just make sure you use an character set that can represent the chinese and/or japanese characters. But with anything Unicode-based like UTF-8 you should be fine. Also the web-server needs to specify the character set with the Content-Type header.
If you don’t know any chinese/Japanese though you better find someone to translate the text for you. Shouldn’t be too hard to find and hire a translator.