dotnet / windowsdesktop

MIT License
158 stars 53 forks source link

.NET 8.0 Desktop Runtime doesn't include Hungarian language pack #4141

Open shaoht opened 7 months ago

shaoht commented 7 months ago

Description

Some strings are not translated in Hungarian Windows OS, I think it should be .NET 8.0 Desktop Runtime doesn't include Hungarian language pack. It can be translated in Hungarian Windows OS while target to .net framework 4.7.2. Sample code: TestHungarian.zip image image image

Reproduction Steps

Run TestHungarian.exe in Hungarian Windows OS.

Expected behavior

The strings in button should be translated to Hungarian.

Actual behavior

The strings in button aren't translated to Hungarian.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

NikolaMilosavljevic commented 7 months ago

[Triage] @jamshedd, we believe this is expected as the set of languages matches VS. Can you confirm?

merriemcgaw commented 3 weeks ago

pinging @jamshedd as we're getting closer to release for .NET 9. What is the set of languages we're expecting to have LPs for?