<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What's up with the language names?</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx</link><description>Late last week, there was a bug in some builds of Vista where one of the language names in Regional and Language Options and the Input Languages dialogs were apparently being duplicated. I was working with my manager to fix a different issue and for a</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Maybe they're just showing off their fancy fonts? ;-)</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#10321769</link><pubDate>Tue, 19 Jun 2012 14:03:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10321769</guid><dc:creator>Sorting it all Out</dc:creator><description>&lt;p&gt;You may have noticed Windows locales cart around a lot of languages. &lt;/p&gt;
&lt;p&gt; I talked about this a bit in&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10321769" width="1" height="1"&gt;</description></item><item><title>LCID vs. Powerman and the Locale-name-go-round</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#3224112</link><pubDate>Mon, 11 Jun 2007 10:51:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3224112</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;(If you can tell what CD is playing over here in the background right now, be sure to give yourself two&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3224112" width="1" height="1"&gt;</description></item><item><title>Yesterday's 'justified design' is tomorrow's 'bug we fixed'</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#1859625</link><pubDate>Sun, 11 Mar 2007 18:07:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1859625</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;Way back near the end of 2005 in What's up with the language names? , I went through the many different&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1859625" width="1" height="1"&gt;</description></item><item><title>re: What's up with the language names?</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#500347</link><pubDate>Tue, 06 Dec 2005 05:43:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:500347</guid><dc:creator>Michael S. Kaplan</dc:creator><description>I don't think that every version of Windows universally used language and then everything else (region and script) always in parentheses 100% of the time.&lt;br&gt;&lt;br&gt;Plus there is no way to say what a localizer may do here with the string once it is in their reach....&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=500347" width="1" height="1"&gt;</description></item><item><title>possible hack...</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#500321</link><pubDate>Tue, 06 Dec 2005 03:37:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:500321</guid><dc:creator>Maurits [MSFT]</dc:creator><description>As a workaround, does the following extract the language name?  (Forgive the pseudo-Perl...)&lt;br&gt;&lt;br&gt;# get the locale slanguage&lt;br&gt;$language = get_locale_slanguage();&lt;br&gt;&lt;br&gt;# $language is now &amp;quot;Espa&amp;#241;ol (Espa&amp;#241;a)&amp;quot;&lt;br&gt;&lt;br&gt;# strip out the &amp;quot; (Espa&amp;#241;a)&amp;quot; part&lt;br&gt;# or anything of the form &amp;quot; (...)&amp;quot;&lt;br&gt;$language =~ s/ \(.*\)$//; # ew, regular expressions&lt;br&gt;&lt;br&gt;# $language is now &amp;quot;Espa&amp;#241;ol&amp;quot;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=500321" width="1" height="1"&gt;</description></item><item><title>re: What's up with the language names?</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#500236</link><pubDate>Tue, 06 Dec 2005 00:07:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:500236</guid><dc:creator>Michael S. Kaplan</dc:creator><description>It is in fact as you indicate -- there is no methodology to get only the locazlized language, without country and script (other thanj using the .NET Framework).&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=500236" width="1" height="1"&gt;</description></item><item><title>re: What's up with the language names?</title><link>http://blogs.msdn.com/b/michkap/archive/2005/12/05/499949.aspx#500210</link><pubDate>Mon, 05 Dec 2005 23:02:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:500210</guid><dc:creator>Serge Wautier</dc:creator><description>When the title of this post appeared in my reader, I couldn't believe you addressed my request/suggestion in only slightly more than 12 hours.&lt;br&gt;&lt;br&gt;Wow !!! You rock !&lt;br&gt;&lt;br&gt;&amp;gt; and Serge's question has been answered and all is well.&lt;br&gt;&lt;br&gt;Er... I'll assume the reply to my last question (How do I retrieve the localized name of a language without the country ?) - in unmanaged contexts - is then either &amp;quot;you don't&amp;quot; or &amp;quot;you have a wrong requirement&amp;quot;. I believe the requirement is not wrong especially if using MAKELANGID(PrimaryLangId, SUBLANG_NEUTRAL). So I'm left with &amp;quot;you don't&amp;quot;, which was unfortunately what I feared :-(&lt;br&gt;&lt;br&gt;Thanks anyway. As always, your explanation/clarification would be worth adding to the docs ! (For the ones who still do not consider this blog as being the reference itself ;-)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=500210" width="1" height="1"&gt;</description></item></channel></rss>