mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use LC_CTYPE to determine locale under Linux
(cherry picked from commit e650495a5a)
This commit is contained in:
parent
bd50861ef6
commit
8a2b8f5e88
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ begin
|
|||
Lang:= SysUtils.GetEnvironmentVariable('LC_ALL');
|
||||
if Length(Lang) = 0 then
|
||||
begin
|
||||
Lang:= SysUtils.GetEnvironmentVariable('LC_MESSAGES');
|
||||
Lang:= SysUtils.GetEnvironmentVariable('LC_CTYPE');
|
||||
if Length(Lang) = 0 then
|
||||
begin
|
||||
Lang:= SysUtils.GetEnvironmentVariable('LANG');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue