Search code examples
iosobjective-cios8notificationcentertoday-extension

How to localize iOS 8 Today Widget?


I am trying to localize my iOS 8 Today center widget.

I have a storyboard specifically for the widget and hit the localize button and selected Spanish. The same way I localized the normal part of the app. As you can see here:

Storyboard setup

The files have the following settings with Target Membership set to my extension:

Linking

No matter what I try (using .strings or individual .storyboards for each language or even setting the NSLocalizedStrings through code), I cannot get the language to show up correctly localized in the notification center widget. Everything works as expected in the regular app. Anyone have any experience or thoughts? Thanks!


Solution

  • For those experiencing the same problem, I had to delete the storyboard and rebuild a new one. Localizing this seemed to work.