I am going to be creating a multi-lingual website (asp.net) and was wondering how to best handle much of the administrative screen UI work where the end user will be maintaining lists of data that will need to be in multiple languages. Anyone know of any good sample applications I can take a look at?
Example scenario. I have a screen that an admin would use add a new product. The title and description would need to be stored for each language in the system and would be required in order to save. The number of languages would ideally be dynamic/configurable where the UI would not need changing each time we add a new language.
Thoughts/suggestions/examples?