After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 666037 - Add support for Windows Language Packs
Add support for Windows Language Packs
Status: RESOLVED OBSOLETE
Product: gnome-boxes
Classification: Applications
Component: windows
unspecified
Other All
: Normal enhancement
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-12-12 23:23 UTC by Zeeshan Ali
Modified: 2016-03-31 13:59 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
Specify language for Windows 2008 express install (1.23 KB, patch)
2011-12-12 23:23 UTC, Zeeshan Ali
rejected Details | Review

Description Zeeshan Ali 2011-12-12 23:23:50 UTC
Specify language for Windows 2008 express install
Comment 1 Zeeshan Ali 2011-12-12 23:23:52 UTC
Created attachment 203306 [details] [review]
Specify language for Windows 2008 express install
Comment 2 Marc-Andre Lureau 2011-12-12 23:44:51 UTC
Review of attachment 203306 [details] [review]:

::: data/win2k8.xml
@@ +52,3 @@
       </SetupUILanguage>
+      <SystemLocale>BOXES_LANG</SystemLocale>
+      <UILanguage>EN-US</UILanguage>

although I cannot say much about the patch, this line strikes me, how come you set language above for Setup and not here?
Comment 3 Zeeshan Ali 2011-12-13 01:03:38 UTC
(In reply to comment #2)
> Review of attachment 203306 [details] [review]:
> 
> ::: data/win2k8.xml
> @@ +52,3 @@
>        </SetupUILanguage>
> +      <SystemLocale>BOXES_LANG</SystemLocale>
> +      <UILanguage>EN-US</UILanguage>
> 
> although I cannot say much about the patch, this line strikes me, how come you
> set language above for Setup and not here?

Same reason as for win7: setup doesn't like any value other than en-US.
Comment 4 Marc-Andre Lureau 2011-12-13 14:22:23 UTC
 but it looks like you set it for setup, not the other way around
Comment 5 Zeeshan Ali 2011-12-13 14:30:41 UTC
(In reply to comment #4)
>  but it looks like you set it for setup, not the other way around

I set it up for every thing for which setup accepts it, except for one that it doesn't.
Comment 6 Marc-Andre Lureau 2011-12-13 15:17:45 UTC
Can you point to any reference that says what value are customizable and which are not?
Comment 7 Zeeshan Ali 2011-12-13 16:22:51 UTC
(In reply to comment #6)
> Can you point to any reference that says what value are customizable and which
> are not?

According to the docs on MSDN everything is customizable AFAICT, whats actually possible is another thing.
Comment 8 Zeeshan Ali 2011-12-16 17:08:26 UTC
Ack?
Comment 9 Marc-Andre Lureau 2011-12-16 18:47:31 UTC
(In reply to comment #8)
> Ack?

I would prefer we find a reference documentation that says what is really possible before, unless we have something broken right now.
Comment 10 Zeeshan Ali 2011-12-16 18:57:57 UTC
(In reply to comment #9)
> (In reply to comment #8)
> > Ack?
> 
> I would prefer we find a reference documentation that says what is really
> possible before, unless we have something broken right now.

I don't see any reason to not already use the correct value where they are known to work as expected but up to you. I already searched through the docs that I could find on the subject and found nothing that would explain this. If you can help with that, that would be awesome!
Comment 11 Marc-Andre Lureau 2012-09-04 13:58:37 UTC
There is actually quite a lot of documentation on the subect.
http://technet.microsoft.com/en-us/library/cc749455%28v=ws.10%29

the possible combinations for 2k8 are listed in: http://technet.microsoft.com/en-us/library/cc722435%28v=ws.10%29

This may require installation of the language packs, there are various methods to do so, and other methods during setup:
http://technet.microsoft.com/en-us/library/cc748922%28v=ws.10%29

The link to pack download page:
http://www.microsoft.com/en-us/download/details.aspx?id=22681

In the meantime, the proposed patch doesn't seem to be of any help.
Comment 12 Marc-Andre Lureau 2012-09-04 14:00:01 UTC
Review of attachment 203306 [details] [review]:

nack
Comment 13 Christophe Fergeau 2012-09-04 14:06:31 UTC
For what it's worth, en-US does not seem to work on a Russian win7 iso (or at least something language-related is not working as the installer asks me about it).
Comment 14 Zeeshan Ali 2014-10-20 16:22:00 UTC
This has been handled by libosinfo for while now and AFAIK Christophe already solved this with language maps in there. Closing..