microsoft / Multilingual-App-Toolkit

This repo contains samples that demonstrate the localization workflow for users of the Multilingual Application Toolkit Visual Studio extension and editor. You can also use GitHub Issues to submit feedback, report bugs, or ask questions.
MIT License
24 stars 4 forks source link

Add translation language unavailable on SDK style projects targeting .NET Framework and WPF #7

Open danielrouleau opened 2 years ago

danielrouleau commented 2 years ago

At MAT versions v4.0.6901 and prior, we were able to add new languages to projects that use the newer SDK style csproj format but target .NET Framework and WPF. Later versions of MAT no longer allow for the 'Enable Selection' or adding translation languages to existing MAT enabled projects that use this particular combination in the csproj. Tooling inside of Visual Studio 2019 & 2022 now supports this configuration well, however MAT does not.

Sample project with MAT enabled that works with v4.0.6901 but does not work with v4.0.6921 or v4.1.1 to add translation languages. Sample Project

Steps to Reproduce: Clone repository Open solution Right-click on project, hover over Multilingual App Toolkit menu item

Expected: Add translation and other options are enabled

Actual: All options are disabled

Affected Versions: v4.0.6921+, v4.1.1

keithballantyne commented 2 years ago

I am also experiencing this issue. Is there any feedback?