You can localize some temporary parts using:
- CultureInfo.DateTimeFormat.GetDayName
- CultureInfo.DateTimeFormat.GetAbbreviatedDayName
- CultureInfo.DateTimeFormat.GetMonthName
- CultureInfo.DateTimeFormat.GetAbbreviatedMonthName
I created a custom implementation of TimeCalendar with the ITimeFormatter provider (GetDuration method) in the Time Library for .NET . It uses a resource file to localize temporary parts.
source share