Re: Add locale.exe option for querying Windows UI languages

2011-10-10 Thread Corinna Vinschen
On Oct 9 11:31, Andy Koppe wrote: > On 8 October 2011 16:03, Corinna Vinschen wrote: > > Therefore, afaics, it would be better if we change locale to use the > > GetFooDefaultUILanguage functions by default, and we add a modifier > > (-r/--region?) to switch to LOCALE_FOO_DEFAULT. > > > > Either w

Re: Add locale.exe option for querying Windows UI languages

2011-10-09 Thread Andy Koppe
On 8 October 2011 16:03, Corinna Vinschen wrote: > > On Oct  8 10:24, Andy Koppe wrote: >> The attached patch adds a --interface/-i option to locale.exe that >> makes the --system/-s and --user/-u options print the respective >> default UI language instead of the default locale. >> >>       * local

Re: Add locale.exe option for querying Windows UI languages

2011-10-08 Thread Corinna Vinschen
Hi Andy, On Oct 8 10:24, Andy Koppe wrote: > The attached patch adds a --interface/-i option to locale.exe that > makes the --system/-s and --user/-u options print the respective > default UI language instead of the default locale. > > * locale.cc: Add --interface option for printing Windo

Add locale.exe option for querying Windows UI languages

2011-10-08 Thread Andy Koppe
The attached patch adds a --interface/-i option to locale.exe that makes the --system/-s and --user/-u options print the respective default UI language instead of the default locale. * locale.cc: Add --interface option for printing Windows default UI languages. For background, her