Windows 8.x Language Packs

Discussion in 'Windows 8' started by smartboyhw, Jun 25, 2012.

?

Do you want to have Windows Server 2012 Language Packs?

Poll closed Aug 11, 2012.
  1. Yes

    63.2%
  2. No

    36.8%
  1. smartboyhw

    smartboyhw MDL Language Packs Specialist

    Feb 22, 2012
    331
    266
    10
    Look at the other threads...
     
  2. rodharden

    rodharden MDL Novice

    Jul 30, 2009
    10
    1
    0
    Add Language

    It can done by the same way the Windows 7, using DISM, on a Windows 7 machine
    change the language <your language> (change to yours) like pt-br or es-es

    extract All windows 8 dvd contents to:
    C:\WIN8\DVD
    C:\WIN8\LP

    CREATE A DIR
    C:\WIN8\WIM

    1-) dism /Mount-Wim /WimFile:C:\WIN8\DVD\sources\install.wim /index:1 /MountDir:C:\WIN8\WIM
    2-) dism /Image:C:\WIN8\WIM /Add-Package /PackagePath:C:\LP\lp.cab
    3-) dism /image:C:\WIN8\WIM /Set-SKUIntlDefaults:<your language> /Gen-LangINI /Set-SetupUILang:<your language> /distribution:C:\WIN8\DVD
    4-) dism /Unmount-Wim /MountDir:C:\WIN8\WIM /commit

    Step 2 demanding a time to execute, but after this, you can change your language at the control panel as well

    Regards!!
     
  3. tommy755

    tommy755 MDL Novice

    Aug 9, 2012
    16
    0
    0
    Thanks, I will try it
     
  4. BAV0

    BAV0 MDL Expert

    Aug 25, 2011
    1,028
    1,315
    60
    this way the installed version of windows will be in another language, but the setup itself is still in english IIRC, for that you need WinPE LPs.
    correct me if I am wrong!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. rodharden

    rodharden MDL Novice

    Jul 30, 2009
    10
    1
    0
    Yes BAV, you´re absolute right

    The boot installation will be in english instead, but i think it is not a problem...until WinPE
    I'm looking desesperately for the WINPE Images. I think that will be shipped with AIK - version Windows 8

    This procedure above it just to integrate de cab onto installation, so you just change the language at the control panel without wait the manual installation (that takes some time)
     
  6. tommy755

    tommy755 MDL Novice

    Aug 9, 2012
    16
    0
    0
    I get an error the second command (dism /Image:C:\WIN8\WIM /Add-Package /PackagePath:C:\LP\lp.cab)
    error: 0x800070003
    the dism log file can be found at c windows logs dism dism.log
     
  7. Berny

    Berny MDL Member

    Jul 29, 2009
    139
    149
    10
    Yeah I read that, I was just answering your question about why not using x64. Thanks a lot for the single 64bit MUIs though, downloading the whole ISO just for my language would have taken days.
     
  8. Geekissimo

    Geekissimo MDL Novice

    Aug 8, 2012
    3
    0
    0
    It's wrong the directory, it isn't "C:\LP\lp.cab" but "C:\Win8\LP\lp.cab" ;)
     
  9. tommy755

    tommy755 MDL Novice

    Aug 9, 2012
    16
    0
    0
    Thanks, it works, I now have on the third command error ...
    dism /image:C:\WIN8\WIM /Set-SKUIntlDefaults:<he-il> /Gen-LangINI /Set-SetupUILang:<he-il> /distribution:C:\WIN8\DVD
    (The system cannot find the file specified.)
     
  10. rodharden

    rodharden MDL Novice

    Jul 30, 2009
    10
    1
    0
    Hi, Bro
    Remove the < >. Sorry for that
     
  11. tommy755

    tommy755 MDL Novice

    Aug 9, 2012
    16
    0
    0
    Thanks, I finished all the steps, what now?
     
  12. ahmed3sl

    ahmed3sl MDL Novice

    Aug 9, 2012
    6
    0
    0
    #272 ahmed3sl, Aug 9, 2012
    Last edited: Aug 9, 2012
    arabic x86 :) Please
     
  13. rodharden

    rodharden MDL Novice

    Jul 30, 2009
    10
    1
    0
    It´s done. After the commit, the contents of your C:\WIN8\DVD folder is ready to go

    Format a USB Drive using Microsoft Windows 7 USB/DVD Download Tool and copy all the contents to the USB Drive...

    Other way that i like is generate a ISO with MagicISO:
    - Generate a ISO, selecting all the content files of "C:\WIN8\DVD" and saving to a Image
    - Open a Windows 7 Bootable ISO and "Save Boot Image" in the "Tools" menu
    - Open your Windows 8 Saved Image, point to tools menu e "Load Boot Image". Select the bif file and clik Save Button
    - Now your ISO is bootable and can be recorded by any DVD recorder

    Go on man! lol
     
  14. tommy755

    tommy755 MDL Novice

    Aug 9, 2012
    16
    0
    0
    Thank you for your help
     
  15. demis1159

    demis1159 MDL Novice

    Aug 8, 2012
    39
    1
    0
    Half are translated in GREEK but all in the start menu is English mercy.
     
  16. papatsonis

    papatsonis MDL Novice

    Aug 11, 2009
    6
    0
    0
    you can have Everything in Greek (made a slipstream iso earlier) AND setup interface to Greek. (NOTE, doing this in win7 got me 1 corrupted file as checked by sfc, upon a fresh install, so did it from Win8 using that version of DISM and completed fine)
    (only peculiar screenshot i captured was when showed "Προετοιμασία Συσκευών xx%", where pop uped a few times, "Getting ready)

    if you have already build the image.wim, now you need to insert the el_GR to boot.wim.
    assuming that.. (F:\8Work in my case)

    dism /mount-wim /WimFile:F:\8Work\DVD\sources\boot.wim /index:2 /MountDir:F:\8Work\WIM
    xcopy F:\8Work\DVD\sources\lang.ini F:\8Work\WIM\sources\ /cheryki
    xcopy F:\8Work\LP\setup\sources\el-GR\*.* F:\8Work\WIM\sources\el-GR /cheryki
    dism /Unmount-Wim /MountDir:F:\8Work\WIM /commit

    and now you have the boot.wim with Greek language added :)

    from now on you can continue build the ISO, with fully Greek Interface (selectable Greek/English)
     
  17. Berny

    Berny MDL Member

    Jul 29, 2009
    139
    149
    10
    Did you mean Windows key + R? :confused:
     
  18. Mrx47

    Mrx47 MDL Addicted

    Apr 6, 2011
    571
    90
    30
    Is there a download Location for this?
    9200.16384.WIN8_RTM.120725-1247_X64FRE_SERVER_MULTI-HRM_SL1_X64FRE_MULTI_DV5.iso
     
  19. jayblok

    jayblok MDL Guru

    Dec 26, 2010
    3,198
    2,582
    120
    check ur PM :)