iOS- How to translate english (.string file) language in different languages at a time?

放肆的年华 提交于 2019-12-02 12:33:19

Here is a project which can convert your localization.strings file to any language using google translation api.

You just need to copy paste all the data of localization.string file into a txt file. and add that txt file in app bundle file and specify file name in Constants.h file. Also mention the google translator api key. You can also mail the translated file.

Localization using google transtion iOS Project Link

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!