DekGenius.com
[ Team LiB ] Previous Section Next Section

10.2 Bundles

The bundle functions are used to access localized string resources contained in an application bundle.

NSLocalizedString

NSString *NSLocalizedString(NSString *key, NSString *comment)

NSLocalizedStringFromTable

NSString *NSLocalizedStringFromTable(NSString *key, NSString *tableName, NSString *comment)

NSLocalizedStringFromTableInBundle

NSString *NSLocalizedStringFromTableInBundle(NSString *key, NSString *tableName, NSBundle *bundle, NSString *comment)

NSLocalizedStringWithDefaultValue

NSString NSLocalizedStringWithDefaultValue(NSString *key, NSString *tableName, NSBundle *bundle, NSString *value, NSString *comment)

    [ Team LiB ] Previous Section Next Section