I was wondering why there isn\'t a pre-set enum for cultures in C#?
Since the cultures never change and are always like \"nl-NL, en-GB, en-US\".. why not make
They do change, albeit slowly. In any case, they predate C#, so making them into an enum at this point would be kludgery. Like making POSIX system calls into an enum, which I did in postForth, but knew it was wrong when I did it.