For some reason the chinese and japanese localizations are incorrect. They don't use the kanjii symbols and instead are yyyy/M/d according to a chinese co worker they kanjii should be used instead.
Localization and Kanji
The format strings that define the format produced by calls to the date and time ToString methods are not localized. Only the Latin characters listed in the Standard Date and Time Format Strings topic at http://msdn.microsoft.com/en-us/library/az4se3k1.aspx and in the Custom Date and Time Format Strings topic at http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx are supported; Kanji characters are not.
In addition, regardless of the character set specified by the NumberFormatInfo.NativeDigits property of a CultureInfo object, only the Basic Latin digits U+0030 through U+0039 are used in formatting and parsing operations. Date and time elements that can be localized include the names of days of the week and the abbreviated names of days of the week, the names of eras, the names of days of the month and the abbreviated names of days of the month, the first character of the AM/PM designators, and the AM/PM designators.
--Ron Petrusha
Common Language Runtime User Education
Microsoft Corporation