[longomatch] Fix language override in windows
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Fix language override in windows
- Date: Thu, 11 Jul 2013 18:43:47 +0000 (UTC)
commit 3bdcc7165cf9725d824aeacf3d043be37489690e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Thu Jul 11 20:39:27 2013 +0200
Fix language override in windows
LongoMatch.Services/Services/Core.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Services/Services/Core.cs b/LongoMatch.Services/Services/Core.cs
index 0ba65a2..6925b06 100644
--- a/LongoMatch.Services/Services/Core.cs
+++ b/LongoMatch.Services/Services/Core.cs
@@ -57,6 +57,7 @@ namespace LongoMatch.Services
if (Config.Lang != null) {
Environment.SetEnvironmentVariable ("LANGUAGE", Config.Lang);
+ Environment.SetEnvironmentVariable ("LANG", Config.Lang);
}
/* Init internationalization support */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]