iLounge | All Things iPod, iPhone, iPad and Beyond

Wednesday 18 July 2012

How To add MultiLingual Concept to Iphone(xcode) App.

To Add ,

Firstly Create a string File from >>>>>

Right click on Project name in xcode Groups&panels.

select add new file->ios->resource->string file->add any name as your wish.say(localizable)

After creating a file, select dat  that file and go to utilities tab .

under utilities->show file inspector menu->localization->click + button select required language as many as u like .say(english,italian etc)


Those languages adds to your file 'localizable'.

Till here creating string file was done perfectly.

Next,If your app display's some strings to user/interactions.write that all strings in 'localizable.strings' file as mentioned above.

Go to localizable file -> open localizable.strings (italian)->

Write your required string as follow


"Settings"="Impostazioni";
"Wow"="Wow";
etc......


Everything Now Done:)))))

Close Your App.Go to Settings Menu..General->internation->language->italiano->done

Now Build & run Your App:)


Happy Iphone!!!!! bye:)