|
pure virtual |
This method is used to define how string sorting is to be done.
If this method is not called then sorting is done on the currently active locale.
| pLang | [ in ] value passed into the p6II18n::setLocale() method, can be NULL if just setting the collation parameter |
| pCollate | [ in ] value passed into the p6II18n::setCollation() method, can be NULL if just setting the language parameter. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | The component is in an invalid state. |
| P6R::eInvalidArg | Both parameters are NULL |