My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
iOS  
iOS Localization file example
Updated Mar 21, 2011 by phong.le...@gtempaccount.com

Introduction

Get Localization has full support for localization file used in iOS, so that you can easiliy localize your apps on iPod, iPhone, iPad and Mac OS X.

Example

Following example will show the format for iOS localization file

/* This is the context of the string */
"logicalString" = "Master string";

// Another type of comment or context
"Hello GetLocalization" = "Hello GetLocalization";
Powered by Google Project Hosting