NSDictionary with specific property of plist

Posted by Leonardo on Stack Overflow See other posts from Stack Overflow or by Leonardo
Published on 2010-04-24T12:31:21Z Indexed on 2010/04/24 12:33 UTC
Read the original article Hit count: 375

Filed under:
|
|

Hi,

I have a plist with key values. Each key represent a language, let's say 'it' 'en' ....ecc

The value of each key is another key/value(=array) set. At startup I would like to create a dictionary by reading only a specific key. Let's say the locale of my iphone is 'it', then the init method would only parse it key, because the only way I found by now is to make a dictionary from the whole plist file and then another dictionary.

But I can imagine this can become quite cpu consuming if I add more language in the future.

thanks Leonardo

© Stack Overflow or respective owner

Related posts about plist

Related posts about objective-c