switching from string.resx to string.en.resx

M

marcwentink

Hi,

In my ASP.NET application I and others before me have made to language
resource files:

strings.resx and
strings.en.resx

Now I can remember something about location and general settings and
that it is possible to switch from one region/language to another, but
I cannot find it anymore. Is not this some setting in global.asax or
web.config? I just can't find it anymore....gimme a hint!

Marc Wentink
 
M

marcwentink

(e-mail address removed) schreef:
Now I can remember something about location and general settings and
that it is possible to switch from one region/language to another

Actually I think the localization setting is read from the browser
request right??

I would be looking how exactly to set Localization is true for the
whole application, and that property would twist ASP.NET like this,
that it would look for a 'language-region' typed strings.xx-XX.resx and
if I cannot not find it use strings.resx. Where is, where do I put this
property...

By the way, this strings.en.resx is nonsense I think since it does not
indicate the region only the language, is that correct?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top