CFBundleLocalizations not work

  CFBundleLocalizations =             {                 "en",                 "es",                 "fr",                 "de",                 "it",                 "ko",                 "ja",                 "zh-Hans"             },

and

ja.lproj/InfoPlist.strings content:

CFBundleDisplayName = “カーデザイナー”; CFBundleName=“カーデザイナー”;

when I change iPad langguage to Japanese,my app name is still english.

Hi @pickerel,

Perhaps it’s just the forum changing things, but are those “pure quotes” in your “InfoPlist” settings, or “fancy quotes”? In this post, they appear to be fancy quotes, but hopefully in your actual project, they are normal quotes.

Also, please check out this tutorial and make sure you didn’t miss any steps:

http://lauratallardy.com/app-localization-made-easy/

Best regards,

Brent

Hi @pickerel,

Perhaps it’s just the forum changing things, but are those “pure quotes” in your “InfoPlist” settings, or “fancy quotes”? In this post, they appear to be fancy quotes, but hopefully in your actual project, they are normal quotes.

Also, please check out this tutorial and make sure you didn’t miss any steps:

http://lauratallardy.com/app-localization-made-easy/

Best regards,

Brent