-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: /Gen-langINI #113
Comments
I've found where this is implemented but its not in DISM the API, its only in dism.exe. At the moment the Microsoft.Dism library only covers what's defined in the public |
@jeffkl |
It is just a
Maybe you could contribute it back to this library? |
Thanks! I will try my best. Do you know what do the numbers "en-US" = 3 mean? |
Yes here's what I found: [Flags]
public enum LanguageStatus
{
Available = 0,
DefaultUI = 1,
Installed = 2,
Resolved = 4
} So |
Hi,
is there a function for /Gen-langINI?
Thanks!
The text was updated successfully, but these errors were encountered: