Localization of asp.net mvc3 static text. What is the approach?

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?

+3
source share
2 answers

The way to do this is to use resource files. You create a resource file for your default language, and then one for each other language your site should run on.

, . , ( ) , ( .resx) Website.resx Website.fr-FR.resx. , , . -.

: , , .

+1

, - , , ,

.

, , , , .

0

All Articles