Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
Generally, the application provides multiple languages to support, for this we need to localize the whole application language to respective language and also application name which is shown in iPhone or iPad. here I am telling about to how to localize the application name of an application.
Please follow this steps:
1: Take the language whatever you need like English, Arabic, Chinese
select project -> select localization
2: Take a new string file and name it “InfoPlist.strings”
3: Select “InfoPlist.strings” and on the right side click on ” localize ” this and select the respective language whatever present in your application.
4: Then it will create the file for the base, English, and respective language.
5: Now open the file and write this
like for the base file:
“CFBundleDisplayName” = “Your application name”;
“CFBundleName” = “Your application name”;
for the english file:
for Arabic file
“CFBundleDisplayName” = “بزل للألعاب التعليمية“;
“CFBundleName” = “بزل للألعاب التعليمية“;
like this, you have to set the name of your application on different language file.
6: Now your application name are localized.
7: It depends on your iPhone or iPad ‘s language, it will automatically pick the name from string file.
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.