How to make a multi language application

Hi,

can anyone help me to find one example on how to make and use a multilanguage application ?

I've searched in this forum but unable to have a complete example on how to do it.

Thanks,

Paulo

This is the main class you could use: http://www.juce.com/api/classLocalisedStrings.html.  There's still a lot of work that needs to be done by the application developer, particularly extracting the strings to be translated from your codebase.

I have a solution for this, but unfortunately not part of an open source system (and somewhat specific to the codebase it's in - I don't use LocalisedStrings, for example).