Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 nib 文件时,我可以在此处设置支持的本地化:
完成后,弹出的“粘贴”按钮将被翻译成系统语言,如下所示:
但是我现在没有使用 nib 文件,并且翻译不会发生,那么我如何以编程方式设置支持的本地化,就像我对 nib 文件所做的那样?
如果您没有使用 nib 文件,我猜您正在UIView代码中创建 's。我将只使用该NSLocalizedString(string,comment)功能并在创建时分配它的翻译UIView。
UIView
NSLocalizedString(string,comment)