turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

Setting Datetime Format for CultureInfo #277

Closed achmstein closed 7 years ago

achmstein commented 8 years ago

How can I set DateTimeFormat Property for CultureInfo ? for example: Thread.CurrentThread.CurrentCulture = Thread.CurrentThread.CurrentUICulture = new CultureInfo(lang) { DateTimeFormat = new DateTimeFormatInfo() };

turquoiseowl commented 8 years ago

I'm not clear how this is an issue with i18n.

turquoiseowl commented 7 years ago

Please re-open if still an issue, thanks.