I want to implement localization in my website, which is in JSP. How should I localize the content that is stored in table?
- Should I store data in different languages itself in table
- If yes how should I accept input data?
- Or should I accept data and store in English and transliterate while displaying that content.
Website UI can be localized easily, but am quite confused about content that is stored in database.