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

Returns the short version of the locale (i.e., the language tag "fr_fr") that is in use.

This value has either been passed in by the caller to initialize or is a default setting.

Parameters
pLocale[ out ] A pointer to be constant string.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.