documentation/wiki/Localization.md
Strings.shared.resx is a shared resource and gets embedded into all msbuild dllsxlf besides it which contains its localized strings in .xlf format<Assembly Name>.<Neutral Resx File Name>.resources. In the ResourceManager this appears as <Assembly Name>.<Neutral Resx File Name> (without the trailing .resources). For example, the Microsoft.Build assembly uses the Microsoft.Build.Strings.resources logical resource name (the resource file is Strings.resx), and its corresponding ResourceManager uses Microsoft.Build.Strings.$(IntermediaryOutputPath)<target> element of the xlf resource (do not include other non-localization changes)Code completion ("IntelliSense") for MSBuild project files is provided minimally in Visual Studio by XML Schema files like Microsoft.Build.CommonTypes.xsd. These files are English-only in the GitHub repo; their localization is managed in the Microsoft-internal VS repo.
File XSD localization bugs in this repo. The MSBuild team will coordinate with the Visual Studio localization team to redirect it appropriately.
After updating an XSD in the GitHub repo, the MSBuild-to-VS-repo insertion process automatically updates the canonical Visual Studio copy of the XSD.