# Hodor **Repository Path**: mirrors/Hodor ## Basic Information - **Project Name**: Hodor - **Description**: Hodor 是一套可让你的应用快速支持本地化的解决方案, 允许你在应用内直接更改应用语言而无需退出应用, 类似微信. 开源自 The EST Group 团队. 截图 使用 基本的 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/hodor - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-28 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](http://ww2.sinaimg.cn/large/76dc7f1bgw1eyk9uxtr92j21jk0emace.jpg)

GA

Hodor is a simple solution to localize your iOS App quickly, allow you to change language of project in-app without quiting the app, Just like WeChat. ## You may interested in my other project * [PHPHub-iOS](https://github.com/aufree/phphub-ios) is the universal iPhone and iPad application for PHPHub. * [ESTMusicPlayer](https://github.com/Aufree/ESTMusicPlayer) An elegant and simple iOS music player. * [ESTCollectionViewDropDownList](https://github.com/Aufree/ESTCollectionViewDropDownList) A demo implementation of a drop down tag list view for iOS. You can add more languages support in your app by create a new `Localizations` row in Project. Just like this: ![](http://ww2.sinaimg.cn/large/76dc7f1bjw1ez7j1eah8yj20j70dz75s.jpg) ## [中文文档](https://github.com/Aufree/Hodor#中文文档-1) ## Screenshots ![](http://ww3.sinaimg.cn/large/76dc7f1bjw1eykaqnh42dj21kw12mq6w.jpg) ## Usage Simple usage like this: > kLang(@"Hello World"); and it will display `Hello World` in the English environment, `你好 世界` in the Simplified Chinese environment. Check the code in Xcode if you want to know more details. ## Contributing Thank you for your interest in contributing to Hodor! Your ideas for improving this app are greatly appreciated. The best way to contribute is by submitting a pull request. I'll do my best to respond to you as soon as possible. You can also [submit a new GitHub issue](https://github.com/Aufree/Hodor/issues/new) if you find bugs or have questions. ## License Copyright (c) 2015 Paul King --------------- Released under the [MIT license](https://github.com/Aufree/Hodor/blob/master/LICENSE) # 中文文档 Hodor 是一套可让你的应用快速支持本地化的解决方案, 允许你在应用内直接更改应用语言而无需退出应用, 类似微信. > 开源自 [The EST Group](http://est-group.org/) 团队. ## 你或许对我其它项目感兴趣 * [PHPHub-iOS](https://github.com/aufree/phphub-ios) PHPHub 官方 iOS 应用, 完美适配 iPhone 和 iPad. * [ESTMusicPlayer](https://github.com/Aufree/ESTMusicPlayer) 一款优雅简洁的 iOS 音乐播放器. * [ESTCollectionViewDropDownList](https://github.com/Aufree/ESTCollectionViewDropDownList) 一款类似虾米的 iOS 菜单筛选列表. 你可通过创建新的 `Localizations` 行来添加更多语言支持. 就像这样: ![](http://ww2.sinaimg.cn/large/76dc7f1bjw1ez7j1eah8yj20j70dz75s.jpg) ## 截图 ![](http://ww3.sinaimg.cn/large/76dc7f1bjw1eykaqnh42dj21kw12mq6w.jpg) ## 使用 基本的用法: > kLang(@"Hello World"); 上述内容将会在英文环境下显示为 `Hello World`, 中文环境下显示 `你好 世界`. 打开 Xcode 查看此项目代码了解更多详细信息. ## 参与贡献 感谢您有兴趣参与 Hodor 的开发, 您可以在本地修改此项目, 经测试后无任何问题即可给我提交 Pull Request, 我会定期查看并 Merge, 若有其它问题, 可通过提交 [issue](https://github.com/Aufree/Hodor/issues/new) 来让我知道. ## 许可证 Copyright (c) 2015 Paul King --------------- 使用 [MIT 许可证](https://github.com/Aufree/Hodor/blob/master/LICENSE) 发行.