OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Dynamic content localization #6750

Open sebastienros opened 8 years ago

sebastienros commented 8 years ago

Because it's currently not possible to localize dynamically create content, like Content Type names or Field displayed names, we need a module that would let users localize these strings:

armanforghani commented 8 years ago

@sebastienros Thank you for your attention to this matter. This is very very very important for non-English speakers.

ViRuSTriNiTy commented 8 years ago

I also use the T() technique to e.g. translate role names and was going to alter the role views as there is no T() used there. I gave a thumbs up as the issue should be worked on, it is really needed for non-english Environments.