--- title: LanguagePackManagement DDF file description: View the XML file containing the device description framework (DDF) for the LanguagePackManagement configuration service provider. ms.date: 06/28/2024 --- # LanguagePackManagement DDF file The following XML file contains the device description framework (DDF) for the LanguagePackManagement configuration service provider. ```xml ]> 1.2 LanguagePackManagement ./Device/Vendor/MSFT CSP for managing language packs and language settings. 99.9.9999 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF;0xD2; InstalledLanguages Languages currently installed on the device. Language tag of an installed language on the device. Delete to uninstall. Language ID Providers Numeric representation of how a language is installed. 1 - The system language pack is installed; 2 - The Local Experience Pack is installed; 3 - Both are installed. LanguageFeatures Numeric representation of the language features installed. Basic Typing - 1 (0x1), Fonts - 2 (0x2), Handwriting - 4 (0x4), Speech - 8 (0x8), TextToSpeech - 16 (0x10), OCR - 32 (0x20), LocaleData - 64 (0x40), SupplementFonts - 128 (0x80). Install Language to be installed or being installed. Language tag of the language to be installed or being installed. Language ID Language tag of the language to be installed or being installed. Status Status of the language queued for install. 0 – not started; 1 – in progress; 2 – succeeded; 3 – failed; 4 – partially succeeded. ErrorCode Error code of queued language installation. 0 if there is no error. CopyToDeviceInternationalSettings false Copies the language to the international settings (i.e., locale, input layout, speech recognizer, preferred UI language) of the device immediately after installation if the value is true. Default value is false. false Don't copy the language to the international settings immediately after installation. true Copy the language to the international settings immediately after installation. EnableLanguageFeatureInstallations true Enables installations of all available language features when the value is true. Default value is true. true Install all available language features. false Install only the required language features. StartInstallation Execution node to queue a language for installation on the device. LanguageSettings Language settings of the device. SystemPreferredUILanguages System Preferred UI Language of the device. ``` ## Related articles [LanguagePackManagement configuration service provider reference](language-pack-management-csp.md)