background preloader

iOS Localization

Facebook Twitter

Internationalization Programming Topics: Localizing String Resources. Foundation Functions Reference. CFBridgingRelease Moves a non-Objective-C pointer to Objective-C and also transfers ownership to ARC. id CFBridgingRelease(CFTypeRef X) Discussion You use this function to cast a Core Foundation-style object as an Objective-C object and transfer ownership of the object to ARC such that you don’t have to release the object, as illustrated in this example: Availability.

Foundation Functions Reference

iPhone Dev Center: Xcode Project Management Guide: Localizing Fi. How To Localize an iPhone App Tutorial. This post is also available in: Chinese (Simplified), Russian This is a guest post by Sean Berry, a developer of math apps for iPhone, iPad, and iPod Touch.

How To Localize an iPhone App Tutorial

Me Gusta Localization! Although the English-speaking App Store market is the largest, there are still plenty of other iPhone users in the world and you can greatly increase their user experience by supporting their native language. The good news is Apple has made it very easy to make your apps work with multiple languages through some API calls and built-in Xcode support.