8

I'm using the iOS6 new localization workflow can share a single base .storyboard file for multiple locales.

The problem is placeholder field of UISearchBar doesn't get localized.

Below is two string files for localization.

  • For English strings file for placeholder

    /* Class = "IBUISearchBar"; placeholder = "Search"; ObjectID = "ZCN-Up-u9q"; */ "ZCN-Up-u9q.placeholder" = "Search";

  • Other language string file for placeholder

    /* Class = "IBUISearchBar"; placeholder = "Search"; ObjectID = "ZCN-Up-u9q"; */ "ZCN-Up-u9q.placeholder" = "ๆœ็ดข";

Does any one have the same problem?

z33
  • 1,193
  • 13
  • 24

0 Answers0