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?