mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

add localization support #12

Closed hdoria closed 10 years ago

hdoria commented 10 years ago

So we dont need to change the default title label text everytime.

mrackwitz commented 10 years ago

I'm unsure about using english texts instead of keys with NSLocalizedStrings. We can provide localization files and collect translations for all wished languages. But this would do a lot of effort, and some may want to customize their translation and would have problems in combination with Cocoapods. My proposal would be to support the UIAppearance selector to set the titleLabelText as a default for all instances.