HP Officejet Pro X451 HP Officejet X Series - IT Administrators Install Guide - Page 5

Language Selection

Page 5 highlights

del /F /Q *x86.cab del /F /Q *x86_*.mst ) if "%LANGUAGE%"=="All" GOTO :SKIP_LANGUAGES FOR %%F in (*%LANGUAGE%*.mst) DO ren "%%F" "%%~nF._mst" del /F /Q *.mst FOR %%F in (*._mst) DO ren "%%F" "%%~nF.mst" :SKIP_LANGUAGES echo All Done! Language Selection Almost all of the files that are installed support MUI and therefore have all language resources included. However, the shortcuts that are installed are language specific. By default, the shortcuts are installed in English. To set the language of the shortcuts that are installed, determine the language transform to use and include its name on the command line when installing the MSI. The transforms have the same filename as the MSI, followed by an underscore and the language ID. For example: msiexec.exe /i D3050x86.msi /qn ENTERPRISE=Yes TRANSFORMS=D3050x86_1034.mst Below is a table of languages and language IDs to simplify choosing the correct transform. Note: There is no English transform file since the default language is English. Language Arabic Traditional Chinese Czech Danish German Greek English Spanish Finnish French Hebrew Hungarian Italian Japanese Korean Dutch Norwegian Polish Portuguese Russian Language ID 1025 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1040 1041 1042 1043 1044 1045 1046 1049

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

del /F /Q *x86.cab
del /F /Q *x86_*.mst
)
if "%LANGUAGE%"=="All" GOTO :SKIP_LANGUAGES
FOR %%F in (*%LANGUAGE%*.mst) DO ren "%%F" "%%~nF._mst"
del /F /Q *.mst
FOR %%F in (*._mst) DO ren "%%F" "%%~nF.mst"
:SKIP_LANGUAGES
echo All Done!
Language Selection
Almost all of the files that are installed support MUI and therefore have all language resources
included.
However, the shortcuts that are installed are language specific.
By default, the shortcuts
are installed in English.
To set the language of the shortcuts that are installed, determine the
language transform to use and include its name on the command line when installing the MSI.
The
transforms have the same filename as the MSI, followed by an underscore and the language ID.
For
example:
msiexec.exe /i D3050x86.msi /qn ENTERPRISE=Yes
TRANSFORMS=D3050x86_1034.mst
Below is a table of languages and language IDs to simplify choosing the correct transform.
Note
:
There is no English transform file since the default language is English.
Language
Language ID
Arabic
1025
Traditional Chinese
1028
Czech
1029
Danish
1030
German
1031
Greek
1032
English
1033
Spanish
1034
Finnish
1035
French
1036
Hebrew
1037
Hungarian
1038
Italian
1040
Japanese
1041
Korean
1042
Dutch
1043
Norwegian
1044
Polish
1045
Portuguese
1046
Russian
1049