iOS Development note--ios internationalization and the use of nslocalizedstring

Source: Internet
Author: User

    • Definition of nslocalizedstring

Look at the Macro Definition section: (Original address: http://blog.csdn.net/aries4ever/article/details/8185405)

[CPP]View Plaincopyprint?
    1. #define Nslocalizedstring (key, comment) \
    2. [[NSBundle Mainbundle] Localizedstringforkey: (key) value:@"" Table:nil]

The second parameter, Comment, can be nil, a string that is empty, or a comment to key

The first parameter, key, reads the corresponding Key-value value from the Localizable.strings file.

    • Understanding localizable.strings Files

XCode4 and previous versions have changed too much, previously mentioned by many articles, such as Get info has been completely invalidated, please use this method to reconfigure Localizable.strings

If you think the picture is too small, you can right-click to copy the picture to the new window to see












    • Nslocalizedstring Groove Point

When using nslocalizedstring, the file name must be localizable.strings, case I have not tested, interested friends can self test, if the file name is not correct, you can only display the name of the key, not value.

iOS Development note--ios internationalization and the use of nslocalizedstring

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.