<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[wie GetLocaleInfo benutzen?]]></title><description><![CDATA[<p>Habe eben in der MSDN nach geschaut und es mal probiert die funktion umzusetzen:</p>
<pre><code class="language-cpp">void country()
{
char buffer [128];     
GetLocaleInfo(LOCALE_SYSTEM_DEFAULT,LOCALE_NOUSEROVERRIDE,buffer,sizeof(buffer));
printf (&quot;%s\n&quot;,buffer);
}
</code></pre>
<p>Nur leider erhalte ich als ausgabe kein Land.<br />
Frage: What's wrong?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/213621/wie-getlocaleinfo-benutzen</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 11:39:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/213621.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 May 2008 19:48:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wie GetLocaleInfo benutzen? on Mon, 19 May 2008 19:48:38 GMT]]></title><description><![CDATA[<p>Habe eben in der MSDN nach geschaut und es mal probiert die funktion umzusetzen:</p>
<pre><code class="language-cpp">void country()
{
char buffer [128];     
GetLocaleInfo(LOCALE_SYSTEM_DEFAULT,LOCALE_NOUSEROVERRIDE,buffer,sizeof(buffer));
printf (&quot;%s\n&quot;,buffer);
}
</code></pre>
<p>Nur leider erhalte ich als ausgabe kein Land.<br />
Frage: What's wrong?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1512585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1512585</guid><dc:creator><![CDATA[CoderADM]]></dc:creator><pubDate>Mon, 19 May 2008 19:48:38 GMT</pubDate></item><item><title><![CDATA[Reply to wie GetLocaleInfo benutzen? on Mon, 19 May 2008 19:55:48 GMT]]></title><description><![CDATA[<p>wie wärs mal mit error check + GetLastError du depp</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1512588</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1512588</guid><dc:creator><![CDATA[elektrochecktnix]]></dc:creator><pubDate>Mon, 19 May 2008 19:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to wie GetLocaleInfo benutzen? on Mon, 19 May 2008 20:00:57 GMT]]></title><description><![CDATA[<p>Ok du сын в один сука.</p>
<p>Erhalte Fehlercode &quot;4202352&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1512592</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1512592</guid><dc:creator><![CDATA[CoderADM]]></dc:creator><pubDate>Mon, 19 May 2008 20:00:57 GMT</pubDate></item><item><title><![CDATA[Reply to wie GetLocaleInfo benutzen? on Mon, 19 May 2008 20:03:31 GMT]]></title><description><![CDATA[<p>das kann schonmal nicht sein, denn das ist kein gültiger fehlercode bereich. außerdem was willst du noch? wenn du mit dem fehlercode nicht klarkommst, lass dir halt die dazugehörige fehlermeldung ausgeben. meine güte man man man, 95% der deppenfragen hier könnten die deppen selbst lösen, wenn sie wüssten, wie man GetLastError auswertet und wenn sie englisch für 3 groschen könnten. sorry aber das musste mal gesagt werden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1512595</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1512595</guid><dc:creator><![CDATA[elektrochecktnix]]></dc:creator><pubDate>Mon, 19 May 2008 20:03:31 GMT</pubDate></item><item><title><![CDATA[Reply to wie GetLocaleInfo benutzen? on Mon, 19 May 2008 20:15:56 GMT]]></title><description><![CDATA[<p>oh man du hast gar keinen Typ angegeben, das LOCALE_NOUSEROVERRIDE kann man zusätzlich angeben aber nicht nur einzeln</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1512605</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1512605</guid><dc:creator><![CDATA[berniesbutt]]></dc:creator><pubDate>Mon, 19 May 2008 20:15:56 GMT</pubDate></item></channel></rss>