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?
Comments
Post a Comment