开发者

How to localize special ressource types like sounds, images, movies, html files and so on?

开发者 https://www.devze.com 2023-01-23 00:43 出处:网络
I know I can use NSLocalizeableString() for strings. But how about about other kinds of resources? 开发者_StackOverflow社区I guess there are some kind of language folders where I put that into? Is the

I know I can use NSLocalizeableString() for strings. But how about about other kinds of resources? 开发者_StackOverflow社区I guess there are some kind of language folders where I put that into? Is there an good blog article that describes this?


Right click on any file and choose Get Info. In the General Tab of the InfoView hit the Make File Localizable button, and add a localization. Xcode will copy this file to a location-specific folder in your project.

I use Finder to copy my language specific files into those folders.

0

精彩评论

暂无评论...
验证码 换一张
取 消