Localization works fine in macOS 13, but not in macOS 12 menu (still show English while in localized language). Is it possible to make it work in macOS 12?
CommandGroup(after: .appInfo) {
Button("About Company") { showAppsSheet = true }
}
Tried setting the name in LocalizedStringKey then put in Button but does not work.