CFCopyLocalizedStringFromTableInBundleHeader: 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
);
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.

bundle

The bundle 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)