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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -