Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_locale_settings.html
week 10 bug fix submission: Bug 1892, Bug 1897, Bug 1319. Also 3 or 4 documents were found to contain code blocks with SFL, which has been fixed. Partial fix for broken links, links to Forum Nokia, and the 'Symbian platform' terminology issues.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TB10.1 Example Applications: CLocaleSettings Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<h1>CLocaleSettings Class Reference</h1><!-- doxytag: class="CLocaleSettings" -->
<p>
<a href="class_c_locale_settings-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#f80c0b0fe569d5d7edea2629304a9059">~CLocaleSettings</a> ()</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#082c035077dc80e2d8668568234fbbf3">DisplayLocaleSettings</a> ()</td></tr>
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_locale_settings.html#ddd65d460422ee02045471178b6ac466">NewL</a> (TDesC16 &aLocaleDLLName, CConsoleBase *aConsole)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
This class stores the locale settings of a locale DLL. It also defines functions to display these settings. <dl class="see" compact><dt><b>See also:</b></dt><dd>TExtendedLocale. <p>
TLocale. </dd></dl>
<p>Definition at line <a class="el" href="localeupdate_8h-source.html#l00037">37</a> of file <a class="el" href="localeupdate_8h-source.html">localeupdate.h</a>.</p>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="f80c0b0fe569d5d7edea2629304a9059"></a><!-- doxytag: member="CLocaleSettings::~CLocaleSettings" ref="f80c0b0fe569d5d7edea2629304a9059" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CLocaleSettings::~CLocaleSettings </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Destructor.
<p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00236">236</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="ddd65d460422ee02045471178b6ac466"></a><!-- doxytag: member="CLocaleSettings::NewL" ref="ddd65d460422ee02045471178b6ac466" args="(TDesC16 &aLocaleDLLName, CConsoleBase *aConsole)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> * CLocaleSettings::NewL </td>
<td>(</td>
<td class="paramtype">TDesC16 & </td>
<td class="paramname"> <em>aLocaleDLLName</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">CConsoleBase * </td>
<td class="paramname"> <em>aConsole</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td width="100%"><code> [static]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Creates an object of the <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> class and returns a pointer to it. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>aLocaleDLLName</em> </td><td>The descriptor containing the name of the locale DLL. </td></tr>
<tr><td valign="top"></td><td valign="top"><em>aConsole</em> </td><td>The console interface. </td></tr>
</table>
</dl>
<dl class="return" compact><dt><b>Returns:</b></dt><dd>A pointer to an object of the <a class="el" href="class_c_locale_settings.html">CLocaleSettings</a> class. </dd></dl>
<p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00038">38</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p>
</div>
</div><p>
<a class="anchor" name="082c035077dc80e2d8668568234fbbf3"></a><!-- doxytag: member="CLocaleSettings::DisplayLocaleSettings" ref="082c035077dc80e2d8668568234fbbf3" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void CLocaleSettings::DisplayLocaleSettings </td>
<td>(</td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Prints all locale settings of the locale DLL.
<p>Definition at line <a class="el" href="localeupdate_8cpp-source.html#l00108">108</a> of file <a class="el" href="localeupdate_8cpp-source.html">localeupdate.cpp</a>.</p>
</div>
</div><p>
<hr size="1"><address style="text-align: right;"><small>Generated on Thu Jan 21 10:33:06 2010 for TB10.1 Example Applications by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>