User Tools

Site Tools


hgk:hacks:localization

This is an old revision of the document!


Localization

  • Base.lproj
    • MainMenu.xib
  • en.lproj
    • Credits.rtf
    • InfoPlist.strings

File: SysExLibrarian.strings

/* title of alert for missing file */
"Missing File" = "Missing File";

Implementation:

title = NSLocalizedStringFromTableInBundle(@"Missing File",
                                           @"SysExLibrarian",
                                           SMBundleForObject(self),
                                           "title of alert for missing file");
hgk/hacks/localization.1447758410.txt.gz ยท Last modified: 2015/11/17 12:06 by michfiel