Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18n::setCollation ( const P6CHAR pCollationName)
pure virtual

Allows the caller to change the collation of the active locale.

This function can be called any number of times after initialize.

Parameters
pCollationName[ in ] This must be a defined and installed collation on the caller's machine.
Returns
SuccessP6R::eOk 
FailureP6R::ePathNotFoundCould not open locale mapping file.
P6R::eFailCollation is not recogized.
P6R::eNotInitializedA successful call to initialize was not made before this call.