home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / RUNTIME.Z / Default < prev    next >
Text File  |  1996-09-11  |  2KB  |  44 lines

  1. /*
  2.  * Default Language Placeholder.  This should simply define all the public keys.
  3.  */
  4. {
  5.     /*
  6.      * Keys needed for proper operation of NSLanguages
  7.      */
  8.     NSFormalName = "Default Language";
  9.     NSLanguageCode = "DEF";
  10.     NSLanguageName = "Default";
  11.     NSParentContext = "";
  12.     /*
  13.      * All of the standard "user default" keys follow, using English where
  14.      * necessary to illustrate.
  15.      */
  16.     NSAMPMDesignation = (AM, PM);
  17.     NSCurrencySymbol = "$";
  18.     NSDateFormatString = "%A, %B %d, %Y";
  19.     NSDateTimeOrdering = MDYH;
  20.     NSDecimalDigits = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9");
  21.     NSDecimalSeparator = ".";
  22.     NSEarlierTimeDesignations = (prior, last, past, ago);
  23.     NSHourNameDesignations = ((0, midnight), (12, noon, lunch), (10, morning), (14, afternoon), (19, dinner));
  24.     NSInternationalCurrencyString = USD; /* ISO 4217 */
  25.     NSLaterTimeDesignations = (next);
  26.     NSMonthNameArray = (January, February, March, April, May, June, July, August, September, October, November, December);
  27.     NSNextDayDesignations = (tomorrow);
  28.     NSNextNextDayDesignations = (nextday);
  29.     NSPriorDayDesignations = (yesterday);
  30.     NSShortMonthNameArray = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec);
  31.     NSShortTimeDateFormatString = "%d %b %y %I:%M %p";
  32.     NSShortWeekDayNameArray = (Sun, Mon, Tue, Wed, Thu, Fri, Sat);
  33.     NSThisDayDesignations = (today);
  34.     NSThousandsSeparator = ",";
  35.     NSTimeDateFormatString = "%A, %B %d, %Y %H:%M:%S %Z";
  36.     NSTimeFormatString = "%H:%M:%S";
  37.     NSWeekDayNameArray = (Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday);
  38.     NSYearMonthWeekDesignations = (year, month, week);
  39.     /*
  40.      * Other keys
  41.      */
  42.     NSShortDateFormatString = "%d/%m/%y";
  43. }
  44.