Tools And Library For Making It Easier To Localize Elements Created With Interface Builder


AGi18n

Utility to easily localize your iOS apps by automatically extracting texts from code and XIB files into a Localizable strings and inject them back on runtime without changing your XIB files. Check out the demo video (http://www.youtube.com/watch?v=4Cxv24W2MqA)
tools along with a library from Angel Garcia called AGi18n designed to help make it easier to localize strings within interface builder elements.
AGi18n automatically makes any strings within your interface builder elements without you needing to change any code within your apps.
There’s also a tool that makes it easy to inject your translated strings into the interface builder elements, and a library that uses some swizzling to make everything work.

You can find AGi18n on Github here. (https://github.com/angelolloqui/AGi18n)
Angel also has a nice writeup on his site comparing AGi18n with other string localization techniques.(http://angelolloqui.com/blog/28-Localization-in-iOS-apps-made-simple)

Comments

Popular posts from this blog

Hacker Rank problem solution

How to Make REST api call in Objective-C.

Building and Running Python Scripts with Xcode