Skip to Main Content
Palm OS Programming, 2nd Edition
book

Palm OS Programming, 2nd Edition

by Julie McKeehan, Neil Rhodes
October 2001
Intermediate to advanced content levelIntermediate to advanced
704 pages
19h 33m
English
O'Reilly Media, Inc.
Content preview from Palm OS Programming, 2nd Edition

Name

COUNTRYLOCALISATION (cnty)

Synopsis

                     
COUNTRYLOCALISATION ID <ResId.n>
BEGIN 
  BEGIN 
    [NUMBER <number.n>] 
    [NAME <name.s>] 
    [DATEFORMAT <dateformat.n>] 
    [LONGDATEFORMAT <longdateformat.n>] 
    [WEEKSTARTDAY <weekstartday.n>]
    [TIMEFORMAT <timeformat.n>] 
    [NUMBERFORMAT <numberformat.n>] 
    [CURRENCYNAME <currencyname.s>]
    [CURRENCYSYMBOL <currencysymbol.s>] 
    [CURRENCYUNIQUESYMBOL <currencyuniquesymbol.s>] 
    [CURRENCYDECIMALPLACES <currencydecimalplaces.n>] 
    [DAYLIGHTSAVINGS <daylightsavings.n>] 
    [MINUTESWESTOFGMT <minuteswestofgmt.n>] 
    [MEASUREMENTSYSTEM <measuresystem.n>] 
  END 
  BEGIN 
  ... 
  END
END

Notes

  • This resource is system reserved.

Example

COUNTRYLOCALISATION ID 10000
BEGIN
   BEGIN
      NUMBER 7
      NAME "France"
      DATEFORMAT 1
      LONGDATEFORMAT 8
      WEEKSTARTDAY 1
      TIMEFORMAT 2
      NUMBERFORMAT 2
      CURRENCYNAME "Franc"
      CURRENCYSYMBOL "F"
      CURRENCYUNIQUESYMBOL "FRF"
      CURRENCYDECIMALPLACES 2
      DAYLIGHTSAVINGS 3
      MINUTESWESTOFGMT 60
      MEASUREMENTSYSTEM 1
   END
   BEGIN
      NUMBER 23
      NAME "United States"
      DATEFORMAT 0
      LONGDATEFORMAT 7
      WEEKSTARTDAY 0
      TIMEFORMAT 1
      NUMBERFORMAT 0
      CURRENCYNAME "US Dollar"
      CURRENCYSYMBOL "$"
      CURRENCYUNIQUESYMBOL "$US"
      CURRENCYDECIMALPLACES 2
      DAYLIGHTSAVINGS 1
      MINUTESWESTOFGMT 1140
      MEASUREMENTSYSTEM 0
   END
END
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Palm OS Network Programming

Palm OS Network Programming

Greg Winton
Palm Programming: The Developer's Guide

Palm Programming: The Developer's Guide

Neil Rhodes, Julie McKeehan

Publisher Resources

ISBN: 1565928563Errata Page