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

struct Implementation
Description
Implementation name details returned in a sequence by XLocaleData::getCollatorImplementations().
See also
XLocaleData
for links to DTD of XML locale data files.

Elements' Summary
unoID The implementation name. 
isDefault If this is the default implementation. 
Elements' Details
unoID
string unoID;
Description
The implementation name.
isDefault
boolean isDefault;
Description
If this is the default implementation.
Top of Page