diff --git a/Source/Core/DolphinWX/Src/Main.cpp b/Source/Core/DolphinWX/Src/Main.cpp index efa838ecc5..285fc2729e 100644 --- a/Source/Core/DolphinWX/Src/Main.cpp +++ b/Source/Core/DolphinWX/Src/Main.cpp @@ -407,7 +407,7 @@ void DolphinApp::InitLanguageSupport() m_locale = new wxLocale(language); #ifdef _WIN32 - m_locale->AddCatalogLookupPathPrefix(wxT("Languages")); + m_locale->AddCatalogLookupPathPrefix(StrToWxStr(File::GetExeDirectory() + DIR_SEP "Languages")); #endif m_locale->AddCatalog(wxT("dolphin-emu"));