I am currently developing the architecture for my company's coorporate website. The site needs to be launched with both an English and Japanese version. Much of the information displayed on the site will be stored in MSSQL for easy content management.
My question is this: Can I store both English and Japanese text in the same database? I would like to just put a language field in the table so I can query either language from the same routine. If this is not possible, can I create two different databases in MSSQL and use one for each of the languages?
Any help anyone could give me would be greatly appreciated. I've been scouring the web for an answer to this and can't find much useful information on the subject of languages. Andrew
My question is this: Can I store both English and Japanese text in the same database? I would like to just put a language field in the table so I can query either language from the same routine. If this is not possible, can I create two different databases in MSSQL and use one for each of the languages?
Any help anyone could give me would be greatly appreciated. I've been scouring the web for an answer to this and can't find much useful information on the subject of languages. Andrew