Teaching myself Hiragana. I've figured out how to type in Japanese using Microsoft IME so i'm getting the characters into the program (somewhat painfully since switching back and forth is a bit of a pain), but my issue is the console doesn't seem to support japanese. My ide (visual studio 2013 pro) does so just trying to see if there is a way to change the font in the console as I'm not seeing anything for C# to do this. I could write a gui application to solve things, but just trying to see if there is a solution to this for console applications.

Recommended Answers

All 2 Replies

Hi,

If I am getting your question right (please correct if I am wrong), you need to change the language of your console and so as to achieve the same, you may go through the following links :-

http://stackoverflow.com/questions/6926058/c-sharp-changing-sytem-locale
http://stackoverflow.com/questions/2927406/how-to-make-multilanguage-c-sharp-console-application
http://stackoverflow.com/questions/18814500/how-to-detect-language-changes-while-runtime-c

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.