简体   繁体   English

表单中的非英文字符

[英]Non-English characters in a Form

In my form, I have several labels with non English characters such as ı , ş , ç .在我的表单中,我有几个带有非英文字符的标签,例如ışç They are displayed correctly in form design but when it is compiled and run, totally different characters are displayed.它们在表单设计中正确显示,但在编译和运行时,显示的字符完全不同。 I have other projects developed in the same environment and never had an issue.我在相同的环境中开发了其他项目并且从未遇到过问题。 What can cause this?什么会导致这种情况? I am working on VS2015.我正在开发 VS2015。

Ok I found the solution while messing around.好的,我在搞砸的时候找到了解决方案。 For anyone who encounters this in futurue:对于将来遇到这种情况的任何人:

Project Properties > Application > Assembly Information > Neutral Language项目属性 > 应用程序 > 程序集信息 > 中性语言

I changed this to the language I'm developing the application for and this did the trick.我将其更改为我正在为其开发应用程序的语言,这成功了。 Though I never had to change this setting before.尽管我以前从未更改过此设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM