The language codes are completely screwed.
CFG_LANGUAGE_DE -> French;
CFG_LANGUAGE_EN -> English;
CFG_LANGUAGE_FR -> English;
CFG_LANGUAGE_JP -> German;
Code: Select all
errorConf conf;
errorInit(&conf, ERROR_TEXT_LANGUAGE_WORD_WRAP, CFG_LANGUAGE_DE);
errorCode(&conf, code);
errorText(&conf, buffer);
errorDisp(&conf);