How can I have my site to support two different languages? For example, I want to write in English and in Japanese as well. Is there any site that elaborates on this issue? Your help is much appreciated! Cheers
you would probably be better off doing this with active server pages like coldfusion, asp or PHP. Then store all your page content in a database and for each bit of information have one english record and one japanese record. Then give all the japanese records one value and all english records another value. Hope this helps Seamus
Thanks mate I need the same page to contain English + Japanese. HTML wise, would be that a matter of charset, for example? If not, what should it be? Cheers