diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_locale_settings.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_locale_settings.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,112 @@ + +
+Public Member Functions | |
~CLocaleSettings () | |
void | DisplayLocaleSettings () |
Static Public Member Functions | |
static CLocaleSettings * | NewL (TDesC16 &aLocaleDLLName, CConsoleBase *aConsole) |
+TLocale.
Definition at line 37 of file localeupdate.h.
+CLocaleSettings::~CLocaleSettings | +( | ++ | ) | ++ |
+Destructor. +
Definition at line 236 of file localeupdate.cpp.
+ ++
CLocaleSettings * CLocaleSettings::NewL | +( | +TDesC16 & | +aLocaleDLLName, | +|
+ | + | CConsoleBase * | +aConsole | + |
+ | ) | + [static] |
+
+Creates an object of the CLocaleSettings class and returns a pointer to it.
aLocaleDLLName | The descriptor containing the name of the locale DLL. | |
aConsole | The console interface. |
Definition at line 38 of file localeupdate.cpp.
+ +void CLocaleSettings::DisplayLocaleSettings | +( | ++ | ) | ++ |
+Prints all locale settings of the locale DLL. +
Definition at line 108 of file localeupdate.cpp.
+ ++