OSLanguageFeatures
ContentPack Structure
Directories within OSLanguageFeatures are created by default and follows this logical arrangement
Source Content
Source Content is copied from the Features On Demand ISO which can be downloaded from MSDN or VLSC. The LanguageFeatures are in the root of the ISO
My Recommendation
If you are working with MultiLang (Multiple Languages), follow this recommendation
New-OSDBuilderContentPack
Create a new ContentPack for each of the languages you are working with. In this example, I will create the following ContentPacks in PowerShell for my additional languages
Copy LanguageFeatures
Copy the Language Features to the proper destination directory. If a destination directory doesn't exist, create one using the same naming format as the existing directories. This can be somewhat tricky, so if you can automate it, give it a go. This is the script I used
Which gives me the following results (keep in mind the same files are used for ReleaseId 1903 and 1909)
Last updated