AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
26.04k stars 2.25k forks source link

Localization of Standard OSX Menu Items #17548

Open SirRufo opened 4 days ago

SirRufo commented 4 days ago

Is your feature request related to a problem? Please describe.

The Standard OSX Menu Items are in english given by magic values like

Describe the solution you'd like

There should be some kind of localization or callback to rename the headers

Describe alternatives you've considered

No response

Additional context

No response

maxkatz6 commented 3 days ago

Typically, you can set DisableDefaultApplicationMenuItems to true, and populate these items in your app, with localization handled on your app side. But this feature request is reasonable, nonetheless.