I have to add globalization (Arabic) to my English ASP.NET application.
It's been so easy to get information about the changes to be done in Visual Studio but not as easy to get information about general lines to follow (server, database, etc) and specially the changes to do in my SQL Server database. Do I need to duplicate the database? Maybe the tables?
The application is a Learning Management System: users that watch a flash movie and then they do an exam and after it they write comments and feedback. Tables are User, Organisation, Presentation, Movies, Feedback and History, plus a couple more for security.
Our idea is keep one server if it's possible but duplicate databases is allowed (I don't know if that would be an acceptable solution).
How should I proceed?
Thanks very much in advance, any help is really appreciated.