How to display Cyrillic letters in a string in c#?
I have the problem that I want to have my programm to have Cyrillian as a language option, but if i try to type something like: “Русский” in the string the programm outputs ???????. It is proably worth mentioning it is a console application in .NET 8.0 . Can anyone help me?