Creating es-la / es-xl resources in asp.net mvc

So, I am in the process of global / localizing the asp.net mvc3 website and have a list of cultures that I need to support. So far, everything worked well, but I could not get the Spanish (Latin American) culture code to work. It looks like it is not supported by microsoft:

http://msdn.microsoft.com/en-us/goglobal/bb896001.aspx

Is there any way around this? I know that I can add each of the specific cultures of the countries, but in reality it will not work (especially in chrome) when the browser is configured for es-la. If I do not find a reasonable workaround, this will become a defect. :(

I would be happy to add any additional details. Any help is appreciated. Even if the answer is that I cannot get around it.

Thank.

+5
source share
1 answer

You might think it would be a bit of a hack, but would it work for a neutral es culture for Latin America? Then any other Spanish culture, such as Spain, will have a specific culture and get used to it if necessary.

+3
source

All Articles