I am using german UI Culture in my asp.net application.
I am changing my application\'s UI culture based on the language selected in the dropdown, on dropdown selected inde
This behavior is correct for German.
However, you might want to use . When serializing to XML, inserting to database, etc. for doing so you can format using invariant culture. You can learn more about Invariant Culture in the following link:
What does CultureInfo.InvariantCulture mean