Inputing and Outputing languages

Hello. I try to make a programm for education to help me and friends in learnign different languages. Here is a programm that makes KO-RU dictation. There're few problems:
1) I don't know how to output Korean with setlocate() function. Didn't find right answer searching on Eng and RU.
2) When there're more then 2 languages in 1 project functions SetConsoleCP() and SetConsoleOutputCP() don't work. Also these functions are not good because they're usable only in Windows OS.
I understand English and Russian, so You can answer on w/e language you want and Big thanks to everyone =)
This code is my last try:
http://cpp.sh/2d5a
See this:

http://stackoverflow.com/questions/1259084/what-encoding-code-page-is-cmd-exe-using

Your text needs to be what microsoft calls Unicode (actually UTF-16LE)
Still don't understand how to set it...
Topic archived. No new replies allowed.