- Joined
- Sep 19, 2024
- Messages
- 25
- Reaction score
- 14
- Trophies
- 0
- Age
- 21
- Location
- North Rhine Westphalia
- Website
- github.com
- XP
- 418
- Country

For some reason the language specifier doesn't work.
CFG_LANGUAGE_DE -> French;
CFG_LANGUAGE_JP -> German;
CFG_LANGUAGE_FR -> English;
usw.
Something goes very wrong there but I can't find the issue.
This is the code:
CFG_LANGUAGE_DE -> French;
CFG_LANGUAGE_JP -> German;
CFG_LANGUAGE_FR -> English;
usw.
Something goes very wrong there but I can't find the issue.
This is the code:
C:
errorConf conf;
errorInit(&conf, ERROR_TEXT_LANGUAGE_WORD_WRAP, CFG_LANGUAGE_DE);
errorCode(&conf, code);
errorText(&conf, buffer);
errorDisp(&conf);





