I had given support for multiple languages inside my iOS project using string localization. I had added supported language Localizable.strings files from project setting. But how to do same thing for language which is not available in Xcode list(like indian language sindhi).Please suggest for same.
Xcode adding localisation strings file for unsupported languages(like indian language sindhi)?
Unfortunately, you'd have to create a custom localization mechanism, and I'm not sure it's worth it for an unsupported language, since nothing else in iOS can be localized that way.
Hi Pradip,
Xcode can process localized resources for any language, even ones that are missing from the UI, but that won't do any good unless the user can also select that language in System Preferences on their device. Please file a bug report (using the Report Bugs link at the bottom of this page) requesting support for Sindhi, and any language that's missing from our OS:es, or from Xcode.
Thanks!