User Tools

Site Tools


hgk:hacks:localization

Differences

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

Link to this comparison view

hgk:hacks:localization [2015/11/17 12:06] – created michfielhgk:hacks:localization [2015/11/19 15:02] (current) – removed 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> 
- 
  
hgk/hacks/localization.1447758410.txt.gz · Last modified: 2015/11/17 12:06 by michfiel