I have a ASP.NET MVC Website that relys on resource files for UI internationalization. Some data in the database will be generated by useres (in their language), but some data is generated by me and users shouldn t edit it. For that system data, I would need to store just a "token" in database and translate it at the moment of diplay it to the user in his language.
我真的不喜欢把翻译放在数据库中的想法,也不与翻译表格一起加入每个文本栏。
What are my alternatives to accomplish this? May be an hybrid of DB and resources?
http://www.un.org。 语言数量没有定论,因为现在我们用3种语言开展工作,但我希望我们能够需要许多其他语言。
EDIT 2: This is mainly for Catalog data... some catalogs have system and user data in the same table. System data needs translation as is not editable by the user.