Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change language like(english, arabic, chinese, korean, russian) #2

Closed
vikramsinghcharan opened this issue Oct 3, 2017 · 5 comments
Closed

Comments

@vikramsinghcharan
Copy link

hello

i'm newbee in ios developer. could your please tell me how to loacalize in all these language :- english, arabic, chinese, korean, russian

@MoathOthman
Copy link
Owner

Hi @vikramsinghcharan , add string files e.g. Localizable.string. click on your project -> projectname -> under the info tap you will find localization aria -> click on the plus button and add the languages you need. it will ask you what you want to localize then choose the needed files e.g. Localizable.string.
I found this tutorial that cover the process https://medium.com/lean-localization/ios-localization-tutorial-938231f9f881
happy coding.

@vikramsinghcharan
Copy link
Author

vikramsinghcharan commented Oct 4, 2017

Thank you very much MoathOthman for your reply. but my main problem is that while i'm using MOLH library for localization than it always access english, arabic Localizalbe.string file. i'm not able to access any other languages Localizalbe.string file in my app. I can't see any change regarding this. Chinese simpified localize file can't be accessed at all.

@MoathOthman MoathOthman reopened this Oct 4, 2017
@MoathOthman
Copy link
Owner

MoathOthman commented Oct 4, 2017

Let me check that .
@vikramsinghcharan just checked it and it looks fine, maybe you missed the identifier e.g. for chinese simplified its 'zh-Hans' .. can you show the exact steps to reproduce your case.

@vikramsinghcharan
Copy link
Author

thank you for your help. And it's nice library.

@MoathOthman
Copy link
Owner

you're very welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants