Méthode | Description | |
---|---|---|
NSLocalizedString ( |
Returns a localized version of a string. Original signature is 'NSString *NSLocalizedString(NSString *key, NSString *comment)' Available in Mac OS X v10.0 and later.
|
|
NSLocalizedStringFromTable ( |
Returns a localized version of a string. Original signature is 'NSString *NSLocalizedStringFromTable(NSString *key, NSString *tableName, NSString *comment)' Available in Mac OS X v10.0 and later.
|
|
NSLocalizedStringFromTableInBundle ( |
Returns a localized version of a string. Original signature is 'NSString *NSLocalizedStringFromTableInBundle(NSString *key, NSString *tableName, NSBundle *bundle, NSString *comment)' Available in Mac OS X v10.0 and later.
|
|
NSLocalizedStringWithDefaultValue ( |
Returns a localized version of a string. Original signature is 'NSString *NSLocalizedStringWithDefaultValue(NSString *key, NSString *tableName, NSBundle *bundle, NSString *value, NSString *comment)' Available in Mac OS X v10.2 and later.
|
public static NSLocalizedString ( |
||
key | ||
comment | ||
Résultat |
public static NSLocalizedStringFromTable ( |
||
key | ||
tableName | ||
comment | ||
Résultat |
public static NSLocalizedStringFromTableInBundle ( |
||
key | ||
tableName | ||
bundle | ||
comment | ||
Résultat |
public static NSLocalizedStringWithDefaultValue ( |
||
key | ||
tableName | ||
bundle | ||
value | ||
comment | ||
Résultat |