Adding multi language support in C++ Builder project

57 Views Asked by At

Looking for a tutorial on how to add different languages to a C++ Builder application (otherwise known as localization).

I found a nice tutorial on how to do this using the Resource DLL Wizard on youtube: https://www.youtube.com/watch?v=b3qe6gLNmGg

I can get this to work fine. However at the 5:30 mark of the video, the topic turns to switching languages at run time. The example shows how to do this using Croatian and English as the languages used and there are some constants which are used but I would like to know where these constants are defined for other languages. (eg: SUBLANG_CROATIAN_CROATIA, LANG_CROATIAN) Would like to add German, French and Chinese to my application but don't know the constants I would need to use.

Currently using C++ Builder 11.1.5.

This video is over 10 years old so if this is an outdated way of doing this, could someone point me to an updated technique?

0

There are 0 best solutions below