GPR
GPR

Reputation: 91

Localization of iOS application

I tried to Localized my app English to French but i've Trouble the problem,i Converted into Strings English to French Language here the Below Screen Shots About English And French.

enter image description here

French Language

enter image description here

but i didn't Get response in my app can you please suggest me,any changes....!

Upvotes: 1

Views: 109

Answers (1)

GPR
GPR

Reputation: 91

Finally I found the way to Localization.

Make the Localized Strings follow the Below Steps

  1. First we select the language into editor area

enter image description here

2.then after we choose the different languages.

enter image description here

3.Next Click the Use Base INternationalization

enter image description here

Now,Click the Finish button.

4.The next step Localize the our Xib files like this

enter image description here

5.Then,covert to the Xib files to localizedStrings finally get the Localized strings like

enter image description here

6.And add the one file into our project i.e

enter image description here Click Next and Save the file name Localized.

7.Now Localized.Strings file add to localize languages

enter image description here

Final step is Go to Click the Product->Scheme->New Scheme And Select the AppleLanguages

enter image description here

and what we want change language called like this code

enter image description here

Finally i found the how to Localization.

Upvotes: 1

Related Questions