2 references to ProductLanguage
Microsoft.DotNet.Build.Tasks.Workloads (2)
Msi\MsiProperties.wix.cs (1)
106Language = Convert.ToInt32(productLanguage == null ? MsiUtils.GetProperty(path, MsiProperty.ProductLanguage) : productLanguage),
Msi\MsiProperty.wix.cs (1)
12public static readonly string ProductLanguage = nameof(ProductLanguage);