Documentation  |   Table of Contents   |  < Previous   |  Next >  

67    Localize.h

Porting Applications to Palm OS® Cobalt

Exploring Palm OS®

The APIs formerly declared in Localize.h are, in Palm OS Cobalt, declared in LocaleMgrTypes.h and LocaleMgr.h. The one function has had its prefix modified to reflect this move.

Modified APIs ^TOP^

Table 67.1  Modified enumerated types

Modified API

Description of change

NumberFormatType1

Formerly an enum, this is now a typedef that takes a value defined by a private enum. Developers should not have been parsing values of this type.

1. In Palm OS Cobalt this typedef is declared in LocaleMgrTypes.h.

Renamed APIs ^TOP^

Table 67.2  Renamed functions

Renamed API

New API Name

LocGetNumberSeparators()

LmGetNumberSeparators()1

1. In Palm OS Cobalt this function is declared in LocaleMgr.h.