I am trying to write in hebrew inside code like this:
Console.WriteLine("זאת מחרוזת");
but I get gibrish insted of hebrew what can I do?

Recommended Answers

All 2 Replies

Change the font/locale you're using. Take a look at:
Arabic or Hebrew Text in Object Names

While it isn't directly answering the question you asked it is does explain multilingual support

Console-mode applications cannot display characters different from system-default OEM codepage. Although setting a codepage to command prompt might work.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.