Thursday, 22 August 2013

Windows Phone 8 timezone localization

Windows Phone 8 timezone localization

Example (Windows Phone 8 - changing languages)
Sending a time zone of "Pacific Standard Time" back to my web service and
calling the method below works fine.
var TimeZone TimeZoneInfo.FindSystemTimeZoneById(timeZone);
Changing the phone language to Spanish and sending back "Hora estandar,
Pacifico" which is the same time zone in Spanish fails.
TimeZoneInfo for Windows Phone does not seem to provide access to the
English version of the time zone when the language is set to Spanish.

No comments:

Post a Comment