开发者

Displaying Greek Characters in a Label (Visual Studio C#)

开发者 https://www.devze.com 2023-01-08 23:56 出处:网络
I have an application that uses google translate to translate words. I need to display Greek words in a label .... is it this possible to show g开发者_JAVA百科reek characters?You can represent a Unico

I have an application that uses google translate to translate words. I need to display Greek words in a label .... is it this possible to show g开发者_JAVA百科reek characters?


You can represent a Unicode character in C# as char c = '\u03BB', where 03BB is the code point you want in hex.

0

精彩评论

暂无评论...
验证码 换一张
取 消