localization - How does ASP.Net detect the Culture -


i have asp.net site have default.aspx.resx , default.aspx.no.resx. have configured browser (chrome) "norwegian bokmål (nb)", "norwegian (no)" , "english (en)".

with culture , uiculture set auto in web.config, assume no.resx file chosen, entry before english entry. however, unless no first option, default chosen. also, "norwegian bokmål (nb)" fallback should "norwegian (no)".

am missing settings, or asp net not functional in aspect, , need implement own culture detection algorithm?

using resources localization asp.net


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -