Maybe it's not the better forum for this question but... here i am. Does anybody knows how to find the country and the language to make the web multilanguage? I am doing something with asp.net but it seems not working well: If use request.Userlanguages I get "es" because it's spanish. But when I use currentculture i get "en-US" instead of "es-ES" that is what i should get in Spain. Any suggestion?