electronix384128
electronix384128

Reputation: 6733

iOS, Cocoa, AppiRater - How to localized Cancel Button for SKStoreProductViewController

How can I localize the "Cancel" button in the AppiRater view controller that is popped over?

I was looking in the AppiRater code... it makes us of the SKStoreProductViewController like this:

SKStoreProductViewController *storeViewController = [[SKStoreProductViewController alloc] init];

Basically I want to something like this:

[storeViewcontroller.navigationBar.cancelButton setText:NSLocalizedString(@"Cancel", nil)];

Any ideas?

Upvotes: 2

Views: 787

Answers (1)

Guru
Guru

Reputation: 22042

Appirator? Rating SDK?

Here is localized version of Appirator.

Make sure you added all .lproj folder to your Xcode project.

enter image description here

Upvotes: 2

Related Questions