SCMI wrote:

> Hi!
>
> In Preferences->Formats, how can I change the preset from United States to
> another country programatically, with all its implications?  If it is not
> possible, how could I change each format (time, date, numbers, etc)?
>
> Thank you,
> Farzin

  PrefSetPreference(prefCountry, cUnitedKingdom);
  PrefSetPreference(prefDateFormat, dfDMYWithSlashes);
  PrefSetPreference(prefLongDateFormat, dfDMYLong);
 PrefSetPreference(prefTimeFormat, tfColon24h);
 PrefSetPreference(prefDaylightSavings, dsNone);
 PrefSetPreference(prefNumberFormat, nfCommaPeriod);



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to