When setting up a new language which one do I choose?
I have a language version of a website that targets 'south america' I assume I can choose any one of the 20 spanish options and it won't make any difference? (assuming I don't want more than one version of spanish)
Anyone have any advice? does it make a difference?
In partial answer to my own question I've found one place that makes a difference, and that is in date output (In reality there may be no difference between 1 spanish and another)
DateTime.Parse("Tuesday 1 March 2011").ToString("dddd d MMMM")
When setting up a new language which one do I choose?
I have a language version of a website that targets 'south america' I assume I can choose any one of the 20 spanish options and it won't make any difference? (assuming I don't want more than one version of spanish)
Anyone have any advice? does it make a difference?
Cheers.
Murray.
In partial answer to my own question I've found one place that makes a difference, and that is in date output (In reality there may be no difference between 1 spanish and another)
English = Tuesday 1 March
Portuguese = terça-feira 1 março
Japanese = 1 3
is working on a reply...