cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
writing a code for non-English speakers
writing a code for non-English speakers
Jul 25, 2014 at 9:23am UTC
csstudent123
(409)
Hello guys. I want to know how to setup and enable unicode for a program I wish to write for non-English speakers? Have searched forums but they do not directly answer my question.
Jul 25, 2014 at 9:30am UTC
Peter87
(11234)
Is it a command line program or a GUI program?
Aug 5, 2014 at 5:28pm UTC
csstudent123
(409)
GUI
Aug 5, 2014 at 5:55pm UTC
kbw
(9488)
What environment/platform?
Aug 6, 2014 at 8:41pm UTC
csstudent123
(409)
windows and mac
Aug 7, 2014 at 12:05pm UTC
kbw
(9488)
You first need to choose an suitable GUI framework (qt would be my first choice), and checkout unicode support on that platform.
You can discuss internationalization without knowing the platform and framework.
Topic archived. No new replies allowed.