im using a videoplayer – and realized that the “done” button seems to be labled with “done” even thogh i set “Localization native development region” to “Germany”
i tried a web video and there it was labled with “fertig”
maybe someone can help me with this.
the code snip is here:
MPMoviePlayerViewController *moviePlayer =
[[MPMoviePlayerViewController alloc] initWithContentURL:fileURL];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(playbackStateChange:)
name:MPMoviePlayerPlaybackDidFinishNotification
object:moviePlayer.moviePlayer];
[mainVc presentMoviePlayerViewControllerAnimated:moviePlayer];
You can find the answer here: Localize Done button of MPMoviePlayerViewController