User Tools

Site Tools


code:localization
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


code:localization [2015/11/19 15:03] (current) – created michfiel
Line 1: Line 1:
 +====== Localization ======
 +
 +
 +  * Base.lproj
 +    * MainMenu.xib
 +  * en.lproj
 +    * Credits.rtf
 +    * InfoPlist.strings
 +
 +
 +File: SysExLibrarian.strings
 +
 +<code>
 +/* title of alert for missing file */
 +"Missing File" = "Missing File";
 +</code>
 +
 +
 +Implementation:
 +
 +<code>
 +title = NSLocalizedStringFromTableInBundle(@"Missing File",
 +                                           @"SysExLibrarian",
 +                                           SMBundleForObject(self),
 +                                           "title of alert for missing file");
 +</code>
  
code/localization.txt · Last modified: 2015/11/19 15:03 by michfiel