Categories

Archives

Tag Cloud

Chat With Me

Sponsors

Powered by Coretechnique Systems Proudly Pinoy!
Rate this post: 1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 3.00 out of 5)
Loading ... Loading ... |
  • E-mail this story to a friend!
  • Digg
  • Reddit
  • del.icio.us
  • Twitter
  • Slashdot
  • Facebook
  • MySpace
  • Google Bookmarks
  • DotNetKicks

DateTime.Parse on Localized Systems

Today’s post is a simple reminder that Localization is a dirty job!

DateTime.Parse() will break your software on localized system

DateTime.Parse() will break your software on localized system

So, after some time working on the migration project, we finally released a stable Release Candidate. While the Test Team is still running their Critical Regression testing (that’s the final test before release) on the release candidate, I was transferred back to the Localization project.

My current task is to make a certain web application work with the localized version of our product which is running on a localized version of Windows.

So far, there are 8 tracks filled against this certain web application. A quick look at the tracks revealed a common problem:

“String was not recognized as a valid DateTime.”

Continue reading “DateTime.Parse on Localized Systems” »