How can I localize label “today” in date and time mode of UIDatePicker?
I need russian, so I’ve set UIDatePicker locale, set region and language in device settings, set “Localization native development region” and “Localizations” property in info.plist to “ru” but it did not make any difference – all month and days labels are russian, but “today” label is still “today”.
Problem was solved by creating localized resource .xib (just add localization in IB to .xib with datePicker and do nothing else).
Can someone explain why?