Skip to content

error language wrong #552

Description

@BlyZeDev

Bug Report

What's the issue you encountered?

When I'm using the error appled the wrong language is diplayed for some reason.
CFG_LANGUAGE_DE gives me French.
CFG_LANGUAGE_FR gives me English.
CFG_LANGUAGE_EN gives me English as well.

How can the issue be reproduced?

errorConf conf;
errorInit(&conf, ERROR_TEXT_LANGUAGE_WORD_WRAP, CFG_LANGUAGE_DE); //Should be in german, but isn't
errorCode(&conf, code);
errorText(&conf, buffer);
errorDisp(&conf);

Environment?

  • Windows 11
  • Official release, newest version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions