Homebrew Homebrew app Libctru error language completely wrong

  • Thread starter Thread starter BlyZe
  • Start date Start date
  • Views Views 324
  • Replies Replies 0

BlyZe

Active Member
Newcomer
Joined
Sep 19, 2024
Messages
25
Reaction score
14
Trophies
0
Age
21
Location
North Rhine Westphalia
Website
github.com
XP
418
Country
Germany
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:
C:
errorConf conf;
errorInit(&conf, ERROR_TEXT_LANGUAGE_WORD_WRAP, CFG_LANGUAGE_DE);
errorCode(&conf, code);
errorText(&conf, buffer);
errorDisp(&conf);
 

Site & Scene News

Popular threads in this forum