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

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

tableName

The name of the strings file to search.

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)