Hello. How to set Russian language in console C application (ide - DevC++) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hello. How to set Russian language in console C application (ide - DevC++)

Здравствуйте. Как установить русский язык в консольном приложении на С вместо неправильной кодировки?

16th Jun 2020, 6:27 AM
🇭🇺 Rómányi Téčka 🇭🇺
🇭🇺 Rómányi Téčka 🇭🇺 - avatar
1 Answer
+ 1
#include "locale.h" setlocale(LC_ALL, "Russian"); // if the function doesn't work google it, i dont remember much, this might not be the correct way
16th Jun 2020, 7:42 AM
Mustafa K.
Mustafa K. - avatar