CFCopyLocalizedString | Header: CFBundle.h |
A macro variant of CFBundleCopyLocalizedStringfor use with the genstrings tool. Searches the default strings file Localizeable.strings for the string associated with the specified key.
CFStringRef CFCopyLocalizedString ( CFStringRef key, 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.
A comment to provide the translators with contextual information necessary for proper translation.
The localized version of the requested string.