CFCopyLocalizedStringFromTableInBundle | Header: CFBundle.h |
A macro equivalent of CFBundleCopyLocalizedString for use with the genstrings tool. Finds and returns a localized version of the specified string.
CFStringRef CFCopyLocalizedStringFromTableInBundle ( CFStringRef key, CFStringRef tableName, CFBundleRef bundle, 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.
The bundle to search.
A comment to provide the translators with contextual information necessary for proper translation.
The localized version of the requested string.