diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index d5b23a22e5..0f448bff8d 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -110,6 +110,7 @@ endmacro() set(ENV{${LYX_USERDIR_VER}} "${LYX_TESTS_USERDIR}") set(ENV{LANG} "en_US.UTF-8") # to get all error-messages in english +set(ENV{LANGUAGE} "US:en") #set(ENV{LC_ALL} "C") if (extension MATCHES "\\.lyx$") include(${TOP_SRC_DIR}/development/autotests/CheckLoadErrors.cmake)