localization - Localisation issue -


i have set mvc4 environment have created localisation using simple resx files in resources directory. naming of file have used xxxxx.resx , xxxxx.nl.resx.

this worked brilliantly. have changed (brilliant) third party application (resxmanager.com) since expect use lot of different languages. application however, uses "xx-xx" convention creating various language files.

so far, good. able manage resource files without problem. issue however, application doesn't use correct resource files. culture , uiculture indicate browser working in right (i.e. nl-nl) culture proper resources not selected. have tried various settings in web.config ([ui]culture="auto", [ui]culture="xx-xx", [ui]culture="xx" etc) i'm stuck on next.

is able put me right direction?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -