How can I use ICU to translate my program, I'm using c++, I can't find any example. Can it be done directly with ICU? I saw that it names other tools like gettext, but I'm already using ICU in my project to deal with string and the fewer libraries I have to use the better.
I have read https://unicode-org.github.io/icu/userguide/locale/localizing.html but it does not say how.