Sedikit Info Seputar
Localize Your Apps to Support Multiple Languages - iOS Localize Tutorial.
Terbaru 2017
- Hay gaes kali ini team Game Android Apk, kali ini akan membahas artikel dengan judul Localize Your Apps to Support Multiple Languages - iOS Localize Tutorial., kami selaku Team Game Android Apk telah mempersiapkan artikel ini untuk sobat sobat yang menyukai Game Android Apk. semoga isi postingan tentang yang saya posting kali ini dapat dipahami dengan mudah serta memberi manfa'at bagi kalian semua, walaupun tidak sempurna setidaknya artikel kami memberi sedikit informasi kepada kalian semua. ok langsung simak aja sob
Judul:
Berbagi Info Seputar
Localize Your Apps to Support Multiple Languages - iOS Localize Tutorial.
Terbaru
link: Localize Your Apps to Support Multiple Languages - iOS Localize Tutorial.
Berbagi Localize Your Apps to Support Multiple Languages - iOS Localize Tutorial. Terbaru dan Terlengkap 2017
Localization is the process of translating your app into multiple language. In this tutorial, we localize apps into Hindi and Spanish. There are no more coding for localization of the app. Only follow the steps and localize your app.This tutorial for localize text and images according to language.
Step 1 :
On Xcode, Create a new project with name of : Localization-Demo.

Select project from Project navigation and click on + button and adding multiple language which you want to localize. follow the below image.
This tutorial only localize Hindi and Spanish language, So I added only two language.
Step 4 :
You can see the main storyBoard there are created Hindi and Spanish file is created. Also adding labels and imageView in storyboard according to display below image.
Step 5 : Text Localization
Select label which you want to localize , Here I am Select label of "KIRIT" . Get the Object ID of this label. See the below image.
Object ID : PbD-1y-MJC
Step 6 :
You copy the object ID from there and save it. Now you have to open the Hindi and Spanish file.
Main.String(Hindi) file, You have to set the value of the label as below with object ID.
/* Class = "UILabel"; text = "Kirit"; ObjectID = "PbD-1y-MJC"; */ "PbD-1y-MJC.text" = "िऴरीट"; Main.String(Spanish) file, You have to set the value of the label as below with object ID.
/* Class = "UILabel"; text = "Kirit"; ObjectID = "PbD-1y-MJC"; */ "PbD-1y-MJC.text" = Ciro"; Note : Object ID is same, but its value is different according to language. so change the value only.
Note : I am use the google translate to get the value.
Follow for the same label according to above.
Now adding the image in the main storyBoard. There aren't any coding for image localization. Image localization is very simple. follow the steps.
You are already added image in your project navigation. Select the image and localize as below.
Step 8 :
There is open one dialog box to selection of localization language. Here we selected only base.
You can select the same image for multiple language. So you have to selected all the language of localization.
Step 9 :
You can change images according to localization of language. So go to image location and replace image.
In this example, Country.png(Hindi) image is replaced by indian flag.
Note : User can also localize individual image adding without the replacing as above.
Step 10 : How to Run localization with different language.
Step 11 : OUTPUT
Download
References
- ^ Download Here. (github.com)













