Python Tkinter:更改 macOS 应用程序菜单中的语言
Is it possible to change the language of the entries given in the macOS App menu to German?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能更改添加到菜单的自定义项目的语言。 Tkinter 不提供更改预定义菜单项语言的方法。
You can only change the language of the custom items you add to the menu. Tkinter doesn't provide a way to change the language of predefined menu items.