diff --git a/src/SystemInfo.cpp b/src/SystemInfo.cpp index 5464c44..2d1f94f 100644 --- a/src/SystemInfo.cpp +++ b/src/SystemInfo.cpp @@ -19,10 +19,13 @@ #include #include #include +#include using namespace Hyprutils::String; CSystemInternals::CSystemInternals(QObject* parent) : QObject(parent) { + setenv("LANG", "en_US.UTF-8", true); + // gather data from os-release if (auto data = readFile("/etc/os-release")) { CVarList lines(data.value(), 0, '\n');