本地化成功后看不到资源文件

发布于 2024-12-06 17:00:06 字数 244 浏览 0 评论 0原文

我通过将 Localized 属性设置为 true 并将语言设置为 Default,将表单 BanksForm 本地化为两种语言> 到法语

Visual Studio 生成资源文件并将它们编译到应用程序中。这是我所期望的,但我无法看到我的表单的资源文件,并且它不会生成法语的资源文件。

有人愿意帮忙吗?

I have localized a Form say BanksForm into two languages by setting the Localizable property to true and setting the Language from Default to French.

Visual Studio generated the resource files and compiles them into the application. This is what I expected, but I am not able to see the resource file for my form and it does not generate the resource file for French language.

Would anyone please help on this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

所谓喜欢 2024-12-13 17:00:06

编译后的法语资源将存储在名为 myapp.resources.dll 的 dll 中,该 dll 位于应用程序的 fr 子目录中,例如

c:\mysolution\myapp\bin\release\fr\ myapp.resources.dll

The compiled french resources will be stored in a dll named myapp.resources.dll located in the fr subdirectory of your app, e.g. as

c:\mysolution\myapp\bin\release\fr\myapp.resources.dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文