<?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[Windows Sprache herausfinden?]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich denn die Windowssprache auslesen?<br />
Geht das über die Registy oder über einen API-Aufruf?<br />
Bin für Tipps sehr dankbar ....</p>
<p>Gruß binary</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/126305/windows-sprache-herausfinden</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Jul 2026 03:41:04 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/126305.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 14 Nov 2005 10:28:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Windows Sprache herausfinden? on Mon, 14 Nov 2005 10:28:39 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich denn die Windowssprache auslesen?<br />
Geht das über die Registy oder über einen API-Aufruf?<br />
Bin für Tipps sehr dankbar ....</p>
<p>Gruß binary</p>
]]></description><link>https://www.c-plusplus.net/forum/post/917128</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/917128</guid><dc:creator><![CDATA[binary trust]]></dc:creator><pubDate>Mon, 14 Nov 2005 10:28:39 GMT</pubDate></item><item><title><![CDATA[Reply to Windows Sprache herausfinden? on Mon, 14 Nov 2005 10:44:42 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=2974" rel="nofollow">junix</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=2" rel="nofollow">VCL/CLX (Borland C++ Builder)</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/917138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/917138</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 14 Nov 2005 10:44:42 GMT</pubDate></item><item><title><![CDATA[Reply to Windows Sprache herausfinden? on Mon, 14 Nov 2005 10:47:09 GMT]]></title><description><![CDATA[<p>Vielleicht hilft Dir GetLocaleInfo() weiter?</p>
<p>Gruß,</p>
<p>Alexander</p>
]]></description><link>https://www.c-plusplus.net/forum/post/917140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/917140</guid><dc:creator><![CDATA[Alexander Kempf]]></dc:creator><pubDate>Mon, 14 Nov 2005 10:47:09 GMT</pubDate></item><item><title><![CDATA[Reply to Windows Sprache herausfinden? on Mon, 14 Nov 2005 10:52:01 GMT]]></title><description><![CDATA[<p>Prinzipiell bekommt man die Infos durch die NLS-Funktionen:<br />
<a href="http://msdn.microsoft.com/library/en-us/intl/nls_8d0z.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/intl/nls_8d0z.asp</a></p>
<p>Speziell entweder<br />
GetUserDefaultLangID<br />
<a href="http://msdn.microsoft.com/library/en-us/intl/nls_2lgk.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/intl/nls_2lgk.asp</a></p>
<p>oder GetUserDefaultLangID<br />
<a href="http://msdn.microsoft.com/library/en-us/intl/nls_4ppg.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/intl/nls_4ppg.asp</a></p>
<p>oder auch GetLocaleInfo<br />
<a href="http://msdn.microsoft.com/library/en-us/intl/nls_34rz.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/intl/nls_34rz.asp</a></p>
<p>Du musst nur bei MUI Systemen aufpassen das richtige zu nehmen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/917145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/917145</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Mon, 14 Nov 2005 10:52:01 GMT</pubDate></item></channel></rss>