![]() |
CFCopyLocalizedStringFromTable | Header: CFBundle.h |
A macro variant of CFBundleCopyLocalizedString for use with the genstrings tool. Searches the specified strings file for the string associated with the specified key.
CFStringRef CFCopyLocalizedStringFromTable ( CFStringRef key, CFStringRef tableName, CFStringRef comment );
The development language version of the string. This string is used as the search key to locate the localized version of the string.
The name of the strings file to search.
A comment to provide the translators with contextual information necessary for proper translation.
The localized version of the requested string.