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?
I’ve tried this:Console.WriteLine("Русский")
, but it just outputs questionmarks
New contributor
Philipp is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1