Not natively. I am doing this by defining header files which contain all the strings that need to be translated. E.g.

 Code:
#ifndef _DE_de_
#define _DE_de_

const char* rsMyErrorMessage = "I am a localized error message.";

#endif



Always learn from history, to be sure you make the same mistakes again...