We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c021446 + b4d018f commit 40c6131Copy full SHA for 40c6131
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