[longomatch] Use the correct env variable to override the selected language



commit 3ec70da6c917271bb74a178dc7cf94eb888537c5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Jun 25 14:34:41 2013 +0200

    Use the correct env variable to override the selected language

 LongoMatch.Services/Services/Core.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index f7d0435..ecf7392 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -56,7 +56,7 @@ namespace LongoMatch.Services
                        Config.Load();
                        
                        if (Config.Lang != null) {
-                               Environment.SetEnvironmentVariable ("LANG", Config.Lang);
+                               Environment.SetEnvironmentVariable ("LANGUAGE", Config.Lang);
                        }
                        
                        /* Init internationalization support */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]