[Libreoffice-bugs] [Bug 63827] Default Installer Language

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Mar 16 09:40:05 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=63827

--- Comment #12 from Mike Kaganski <mikekaganski at hotmail.com> ---
The UI language of the installer is defined by ProductLanguage property [1]. It
automatically selects the built-in language transform. The command line to run
LO MSI installer in any supported language is

> msiexec /i LibreOffice_X.Y.Z_Win_x64.msi ProductLanguage=1033

where 1033 is for en-US; the value is decimal LCID number [2]. Note that the
[MS-LCID] document lists the IDs in hexadecimal, e.g. 0x0409 for en-US.

It should be noted that msiexec sets this value itself if it's 0, and it's
msiexec which reads HKEY_CURRENT_USER\Control Panel\International values,
however that could be counter-intuitive.

It's interesting if we can change this value dynamically in the installer to
change UI language dynamically - which, if possible, would allow to add the
"Choose installer language" page in the beginning.

[1] https://docs.microsoft.com/en-us/windows/desktop/Msi/productlanguage
[2]
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190316/6d004332/attachment.html>


More information about the Libreoffice-bugs mailing list