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.
source
share