getPartTranslate static method
Implementation
static String getPartTranslate(HeaderOptions options, format, index) {
switch (format) {
case PartFormat.MONTH:
return _getMonthName(options.monthStringType, index);
default:
return '';
}
}