Hello,
I am working on a project and I'm having a bit of trouble trying to localize my resources outside my MVC application.
I currently have a MVC Application where i've defined my Resources in App_Global_Resources, and I have a C# Project where I've defined my Models with all the Validation Messages in it.

What I want to do is to localize the Resources in my MVC application and use them in the C# Project for the Validation Messages, otherwise I will only be able to display them in one language.

How can I do this?

Thanks in advanced

The built in mechanism actually uses the country codes to select the correct resource file, with the default one having no country code.

If you don't want to rely on built in (which doesn't always work) This is probably the best resource on the subject.

Along with the official resource material :)

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.