Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

You cannot enable some languages even though you inject language packs into a Windows 8.1 image


View products that this article applies to.

Symptoms

When you deploy an image from Microsoft Deployment Toolkit (MDT) 2013, you cannot select the Serbian or Serbian-Cyrillic language pack.

↑ Back to the top


Cause

These two language pack identifiers were changed. However, the ListOfLanguages.xml file that is included in MDT 2013 does not contain these changes.

Notes
  • The ListOfLanguages.xml file is located in the following folder:
    C:\Program Files\Microsoft Deployment Toolkit\Templates\Distribution\Scripts
  • The changes are as follows:
    Serbian-Latin: sr-Latn-CS changes to sr-Latn-RS
    Serbian-Cyrillic: sr-Cyrl-CS changes to sr-Cyrl-RS
For more information, see What's New in the Windows ADK for Windows 8.1.

↑ Back to the top


Workaround

To work around this issue, find the ListOfLanguages.xml file in the following folder on the MDT server:
C:\Program Files\Microsoft Deployment Toolkit\Templates\Distribution\Scripts
Then, by using one of the following methods that resolve the Serbia (Latin) language issue as an example, take the following actions:

Note This file is copied to the deployment share when you create a deployment share from the MDT workbench. This file is in the Scripts folder at the root of the deployment share.
  • Change the language identifier for the Serbia (Latin) language to the new language pack code in ListOfLanguages.xml configuration file in the deployment share. 

    Note This resolution is confined to the particular deployment share. If you create new deployment shares by using this MDT workbench, this issue for Serbia (Latin) language will persist in those deployment shares.
  • Change the language identifier for the Serbia (Latin) language to the new language pack code in ListOfLanguages.xml configuration file in the following folder on the MDT server: 
    C:\Program Files\Microsoft Deployment Toolkit\Templates\Distribution\Scripts on the MDT server. 

    Note This resolution provides an overall solution at the MDT server level. Any new deployment share that is created by using this MDT workbench will also have the solution for the Serbia (Latin) language issue.
After you edit the ListOfLanguages.xml file for Serbian - Serbia and Montenegro (Latin), that section should be as follows: 

Note Basically, you should replace 081a with 241a and sr- Latn-CS with sr- Latn-RS.

<LOCALE ID=”241a” RefName=”Serbian - Serbia and Montenegro (Latin)”>
<ILANGUAGE >241a</ILANGUAGE>
<IF LAGS >1</IF LAGS>
<SSPECIFICCULTURE>sr- Latn-RS</SSPECIFICCULTURE>
<IPARENT>7cla</IPARENT>
<SNAME>sr- Latn-RS</SNAME>
<SENGLANGUAGE>Serbian (Latin)</SENGLANGUAGE>
<SABBREVLANGNAME >SRL</SABBREVLANGNAME>
<5150639 LANGNAME >sr</SISO639LANGNAME>
<SISO639LANGNJlE2>srp</SISO639LANGNAME2>
<SNATIVE LANGNAME >srpski</SNATIVELANGNAME>
<ITEXTINFO>241a</ITEXTINFO>
<ICOMPAREINFO>241a</ICOMPAREINFO>
<IINPUTLANGUAGEHANDLE>241a</IINPUTLANGUAGEHANDLE>
<SENGDISPLAYNAME>Serbian (Latin, Serbia and Montenegro)</SENGDISPLAYNAME>
<SNATIVEDISPLAYNAME>srpski (Srbija i Crna Gora)</SNATIVEDISPLAYNAME>
<DEFAULTKEYBOARD>0000081a</DEFAULTKEYBOARD>
<IDEFAULTLANGUAGE >241a</IDEFAULTLANGUAGE>
<SPARENT>sr</SPARENT>
<SREGIONNAME >RS</SREGIONNAME>
<ICOUNTRY>381</ICOUNTRY>
<SENGCOUNTRY>Serbia and Montenegro</SENGCOUNTRY>
<SNATIVECOUNTRY>Srbija i Crna Gora</SNATIVECOUNTRY>
<SABBREVCTRYNAME >SCG</SABBREVCTRYNAME>
<SISO3166CTRYNAME >RS</SIS03166CTRYNAME>
<SIS03166CTRYNAME2>SCG</SIS03166CTRYNAME2>
</LOCALE>

↑ Back to the top


References

For more information about the Windows ADK, see the What's New in the Windows ADK for Windows 8.1. This article mentions that sr-Latn-CS is already changed to sr-latn-RS.

For more information about Windows language packs, see Windows Language Pack Default Values.

↑ Back to the top


Keywords: kbsurveynew, kbexpertiseadvanced, kbprb, kbtshoot, kb

↑ Back to the top

Article Info
Article ID : 3064054
Revision : 1
Created on : 1/7/2017
Published on : 5/19/2015
Exists online : False
Views : 284