【问题标题】:How can the default language property be set for an executable with visual studio?如何使用 Visual Studio 为可执行文件设置默认语言属性?
【发布时间】:2019-09-27 13:12:51
【问题描述】:

我想为我的可执行文件设置语言属性,但我无法使用 Visual Studio 执行此操作。

所以当我检查另一个 exe 的属性时,我可以看到:

另一方面,在我用 Visual Studio 编译的可执行文件中,语言参数为空。

如何设置?

编辑: 还有,会不会影响字符编码?

【问题讨论】:

标签: c++ visual-studio localization


【解决方案1】:

您可以在 PROJECT | 中设置它属性-> 资源-> 文化。它会影响字符编码。您可能需要将 .rc 文件编码保存为 Unicode。

【讨论】:

    猜你喜欢
    • 2020-12-21
    • 1970-01-01
    • 2017-12-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-07-12
    • 1970-01-01
    相关资源
    最近更新 更多