-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地化问题,App 内切换语言环境,控制器的导航title 和返回 title 不随语言变化 #929
Comments
banchichen
changed the title
本地化问题,App 内切换语言环境,控制器的导航title 和返回 title 不随语言变化
本地化问题,App 内切换语言环境,控制器的导航title 和返回 title 不随语言变化——看readme
Jul 13, 2018
按照你的 readme方法 将Info.plist中的Localization native development region设置删除了,还是存在问题,相册导航栏返回和标题,以及相册列表显示的语言不随 App 的切换改变 |
你App的切换是指你们App自己做的语言切换吗? 你看微信能做吗?系统是中文,微信选择英文,相册名字也是中文的,系统相册名字不支持单独设置语言。 这个做不了的大兄弟,相册的名字是系统提供的,只跟随系统语言。 |
对,我们做的是和微信一样的,应用内有语言切换功能。嗯,这个目前来看是做不了的。感谢回复。 |
刚刚发布了2.2.1版本,对首次进入相册时的返回按钮title做了优化,做成了跟随tz设置的首选语言,而非系统或Localization native development region的语言。 |
banchichen
changed the title
本地化问题,App 内切换语言环境,控制器的导航title 和返回 title 不随语言变化——看readme
本地化问题,App 内切换语言环境,控制器的导航title 和返回 title 不随语言变化
Jul 13, 2018
更新试了下,可以的,感谢! |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,现在做本地化的时候遇到如下问题,App 内切换语言环境,PHAssetCollection取出来的文字不会变化,只是对应着 App 启动起来的时候的语言。因此选择图片 VC 的导航 title 和返回按钮title不会随着 App 语言变化。
The text was updated successfully, but these errors were encountered: