C localization functions: Difference between revisions

Content deleted Content added
No edit summary
Line 9:
<code>#include &lt;clocale&gt;</code>
===Functions and usage===
=struct lconv=
explain formating manetory and other numeric values.
<code>'''struct''' lconv* localeconv('''void''');</code><br />
<code>'''char'''* setlocale('''int''', '''const char'''*);</code>
 
===Example===
<source lang="cpp">