:: com :: sun :: star :: i18n ::

unpublished interface XOrdinalSuffix
Description
provides access to locale specific ordinal suffix systems.

Methods' Summary
getOrdinalSuffix Returns the ordinal suffix for the number, for example, " st ", " nd ", " rd ", " th " in an English locale.  
Methods' Details
getOrdinalSuffix
string
getOrdinalSuffix( [in] long  nNumber,
[in] ::com::sun::star::lang::Locale  aLocale );

Description
Returns the ordinal suffix for the number, for example, " st ", " nd ", " rd ", " th " in an English locale.
Top of Page