Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在表单中添加一个通用的“取消”按钮。通用是指在具有不同于英语语言环境的系统上,它将显示本地化的“取消”字符串。如何做到这一点?
您需要使用 .NET 和 Visual Studio 提供的本地化支持。例如,请参阅此处的演练:本地化 Windows 窗体。