From 88df2128c517ffcaf51c7528f15856dee704fc7b Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 19 Dec 2008 17:27:55 +0000 Subject: [PATCH] Monotone-Parent: 0a7b2afa74ab092109cffa4ccc0c67371a5e313a Monotone-Revision: ed4c4894c0c554783b39ad526a74404a9cc11e8c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-19T17:27:55 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUser.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/SOGo/SOGoUser.m b/SoObjects/SOGo/SOGoUser.m index 7450d2ca4..74d28fc76 100644 --- a/SoObjects/SOGo/SOGoUser.m +++ b/SoObjects/SOGo/SOGoUser.m @@ -522,7 +522,10 @@ _timeValue (NSString *key) - (NSString *) language { +#if 0 return @"English"; +#endif + if (!language) { language = [[self userDefaults] stringForKey: @"Language"];