I am learning MVC and i would love to do my web site with different languages... if the site come from my domain mysite.fr i wanna show french, if comes from mysite.it i wanna show italian.. etc etc

So, i did all what the e tutorial asked me to do (Creating a Multilingual Website with ASP.NET MVC 4) but...

I tried to follow step by step this tutorial :
Click Here

But when i run my application this eerror come out...

Somebody can help?

This is the error (i am sorry but is written in french cause i got french visual studio..:

**
Erreur du serveur dans l'application '/'.


Erreur de compilation

Description : Une erreur s'est produite lors de la compilation d'une ressource requise pour répondre à cette demande. Veuillez consulter ci-dessous les détails relatifs à l'erreur en question, puis modifier votre code source de manière appropriée. 

Message d'erreur du compilateur: CS0122: 'ViewRes.Shared' est inaccessible en raison de son niveau de protection

Erreur source:


Ligne 5 :      <meta charset="utf-8" />
Ligne 6 :      <meta name="viewport" content="width=device-width, initial-scale=1.0">
Ligne 7 :      <title>@ViewBag.Title - @ViewRes.Shared.Title</title>
Ligne 8 :  
Ligne 9 :      @Styles.Render("~/Content/css")

Fichier source: c:\FRANCESCO\Project\Collectionhair\Collectionhair\Collectionhair\Views\Shared\_Layout.cshtml    Ligne: 7 


Afficher les résultats détaillés de la compilation:

Afficher la source de compilation complète:


Informations sur la version : Version Microsoft .NET Framework :4.0.30319; Version ASP.NET :4.0.30319.18446**

I understand my mistake... i haven't set to public my resources... i put PublicResXFileCodeGenerator in stead of ResXFileCodeGenerator, and now is working properly!!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.