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";