Archived HTML/CSS/js/COBOL willing to answer questions of a technical programming nature. (ProgrammingHelp)
submitted ago by dogmatic
Posted by: dogmatic
Posting time: 5.5 years ago on
Last edit time: never edited.
Archived on: 2/12/2017 1:51:00 AM
Views: 425
SCP: 3
3 upvotes, 0 downvotes (100% upvoted it)
Archived HTML/CSS/js/COBOL willing to answer questions of a technical programming nature. (ProgrammingHelp)
submitted ago by dogmatic
view the rest of the comments →
[–] Sr_Loins ago
Question: I'm working on adding a functionality to a website using asp.net mvc 5, c#, and a data base on sql server 2012. basically what I need to do is have the website display the content in different languages based off of user's choice. Basically when you go to the website the user will be able to click a button or drop down list and select a language, then the content on the website will display in the selected language. The content data is already stored in a data base and is added/edited via a admin page. I was thinking of doing something like creating separate tables in the database that use a languageID and whateverID (like productID) foreign keys to determine the correct content to display. Do you have any suggestions or have any examples where someone has done something like this?
[–] dogmatic [S] ago
Google i18n. Many frameworks allow for this. The schema you propose will support multi language. To your own i18n solution is more complex but also more gratifying.