diff --git a/Source/Core/DolphinQt/Translation.cpp b/Source/Core/DolphinQt/Translation.cpp index c94638c389..05d11e4b9e 100644 --- a/Source/Core/DolphinQt/Translation.cpp +++ b/Source/Core/DolphinQt/Translation.cpp @@ -294,6 +294,7 @@ static bool TryInstallTranslator(const QString& exact_language_code) QLocale::setDefault(QLocale(exact_language_code)); UICommon::SetLocale(exact_language_code.toStdString()); + QApplication::setLayoutDirection(QLocale(exact_language_code).textDirection()); return true; }