diff --git a/UI/Common/UIxPageFrame.m b/UI/Common/UIxPageFrame.m index dd2cd4e94..d6d72cf1d 100644 --- a/UI/Common/UIxPageFrame.m +++ b/UI/Common/UIxPageFrame.m @@ -219,16 +219,12 @@ NSDictionary *moreStrings; NSString *language, *frameworkName; NSMutableDictionary* strings; - SOGoUserDefaults *ud; id table; // When no framework is specified, we load the strings from UI/Common frameworkName = [NSString stringWithFormat: @"%@.SOGo", (framework ? framework : [self frameworkName])]; - ud = [[context activeUser] userDefaults]; - if (!ud) - ud = [SOGoSystemDefaults sharedSystemDefaults]; - language = [ud language]; + language = [[context resourceLookupLanguages] objectAtIndex: 0]; table = [[self resourceManager] stringTableWithName: @"Localizable"