We are testing san application to mimic multiple locales, like UK, Germany, US etc
Changing the OS locale is simple. How do I change the SQL locale to reflect different countries?
The difference in locale can be seen as below grid
Date Format | Thousand Separator | Decimal Separator | Alignment |
M/D/YYYY | , | . | Right |
DD/MM/YYYY | , | . | Right |
DD/MM/YYYY | , | . | Left |
DD/MM/YYYY | ; | , | Right |
DD/MM/YYYY | ; | , | Right |
DD.MM.YYYY | ; | , | Right |
DD.MM.YYYY | ; | , | Right |
YYYY/MM/DD | , | . | Right |
YYYY/MM/DD | , | . | Right |
YYYY-M-D | , | . | Right |
D/MM/YYYY | , | . | Right |
D/M/YYYY | , | . | Right |
D-M-YYYY | ; | , | Right |