Tuesday 22 March 2016

Copy inside App

For iOS apps, we use NSLocalizedString(NSString *string, NSString* ref) for make string to localized. Then we create Localizable.string for many languages, you need to make file for base language in our case English.

Then we create other localization from the list.

But this way is actually very cumbersome. We are looking some way to make this process easier and intuitive.

No comments:

Post a Comment