I want to get localized timer labels on my developing application. For example, "hour,hours" and "min" on en_US, "時間" and "分" on ja_JP, "ora,ore" and "min" on it_IT etc. UIDatePickerCountDownTimer mode can display them, but there seems no method to access.
I studied NSDateFormatter,NSLocale,UIDatePicker,etc, but I couldn't find the solution. Please help me...