We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c021446 commit b4d018fCopy full SHA for b4d018f
1 file changed
LocalizationSystem.m
@@ -72,7 +72,9 @@ - (NSString *)localizedStringForKey:(NSString *)key value:(NSString *)comment
72
// If this function is not called it will use the default OS language.
73
// If the language does not exists y returns the default OS language.
74
- (void) setLanguage:(NSString*) l{
75
+#ifdef DEBUG
76
NSLog(@"preferredLang: %@", l);
77
+#endif
78
79
NSString *path = [[ NSBundle mainBundle ] pathForResource:l ofType:@"lproj" ];
80
0 commit comments