NSLocale

note that this list does not indicate what language the app is actually running in; the NSBundle.mainBundle object determines that at launch and knows that information

Posted by kunnan on August 9, 2018

preferredLanguages

 r6 = [[NSLocale preferredLanguages] retain];
    r4 = [[r6 firstObject] retain];

See Also

  • getRealCurSystemLanguage
 void * -[MMLanguageMgr getRealCurSystemLanguage](void * self, void * _cmd) {
     r6 = [[NSLocale preferredLanguages] retain];
     r4 = [[r6 firstObject] retain];
     [r6 release];
     [[self trimForiOS9Plus:r4] retain];
     r0 = loc_2a6369c(0xf2be48);
     return r0;
 }
/Users/devzkn/bin//knpost NSLocale preferredLanguages: note that this list does not indicate what language the app is actually running in; the NSBundle.mainBundle object determines that at launch and knows that information -t objc
#原来""的参数,需要自己加上""

转载请注明: > NSLocale