diff --git a/OpenSim/Region/Application/runtimeconfig.template.json b/OpenSim/Region/Application/runtimeconfig.template.json index 263f7bf8ac..c95ce9e516 100644 --- a/OpenSim/Region/Application/runtimeconfig.template.json +++ b/OpenSim/Region/Application/runtimeconfig.template.json @@ -1,6 +1,7 @@ { "configProperties": { "System.GC.Server": false, - "System.Drawing.EnableUnixSupport": true + "System.Drawing.EnableUnixSupport": true, + "System.Globalization.UseNls": true } } \ No newline at end of file diff --git a/OpenSim/Server/runtimeconfig.template.json b/OpenSim/Server/runtimeconfig.template.json index 263f7bf8ac..c95ce9e516 100644 --- a/OpenSim/Server/runtimeconfig.template.json +++ b/OpenSim/Server/runtimeconfig.template.json @@ -1,6 +1,7 @@ { "configProperties": { "System.GC.Server": false, - "System.Drawing.EnableUnixSupport": true + "System.Drawing.EnableUnixSupport": true, + "System.Globalization.UseNls": true } } \ No newline at end of file