I am trying to figure out how to do a program that allows a user switchable method for changing from English, French, Spanish and now Korean. The application is MFC multi-byte character encoding in VS2013.
To do this previously, I had a simple dropdown menu to allow language selection and had a language table internal to the program that had a table of phrases for English, Spanish and French. Since I inherited this, this was pretty easy to maintain.
However, seeing the need to non-Latin based languages, can anyone offer any ideas for how to implement this for other languages, Particularly Korean and Russian.