Studying asp.net mvc, and I am creating a small website that will be initially bilingual.
10 or more pages - static pages with bold bits, etc.
What is the best approach to localize these pages?
Is there a way to do this without creating a page for a language that would not be in my book.
How do you handle localization of static pages in asp.net mvc? Asp.net had some kind of localized control.
Any suggestions?
source
share