I am building a website and in future it may have multilingual features. I just want to know about any database (e.g DataTypes ets.) or coding specifications that I should consider for this from the start so that multi language feature can be included at a later stage easily. Thanks
Share
For database column types I’d keep all the text nVarchar if you’re going to be storing text there.
You could also checkout .net resource files: http://www.codeproject.com/Articles/5447/NET-Localization-using-Resource-file
If you know for sure you’re going to translate the site in the future, it wouldn’t hurt to put everything in an English resource file now.