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.
- Parameters:
-
| 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. |
- Returns:
Success | P6R::eOk | |
Failure | P6R::eNotInitialized | The component is in an invalid state. |
P6R::eInvalidArg | Both parameters are NULL |