diff --git a/Source/Engine/Platform/Linux/LinuxPlatform.cpp b/Source/Engine/Platform/Linux/LinuxPlatform.cpp index b8ebb5e1c..8015162ec 100644 --- a/Source/Engine/Platform/Linux/LinuxPlatform.cpp +++ b/Source/Engine/Platform/Linux/LinuxPlatform.cpp @@ -2051,8 +2051,8 @@ bool LinuxPlatform::Init() if (UserLocale.FindLast('.') != -1) UserLocale = UserLocale.Left(UserLocale.Find('.')); UserLocale.Replace('_', '-'); - if (UserLocale == "C") - UserLocale = "en"; + if (UserLocale == TEXT("C")) + UserLocale = TEXT("en"); // Get computer name string gethostname(buffer, UNIX_APP_BUFF_SIZE);