CFCopyLocalizedStringHeader: 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
);
key

The development language version of the string. This string is used as the search key to locate the localized version of the string.

comment

A comment to provide the translators with contextual information necessary for proper translation.

function result

The localized version of the requested string.


© 1999 Apple Computer, Inc. — (Last Updated 9/17/99)