ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Temp/regex/Misc-Source/Localization.h

This is Localization.h in view mode; [Download] [Up]

/*
 *	Filename: Localization.h
 *	Created : Mon Dec 16 14:22:34 1996
 *	Author  : Vince DeMarco
 *	LastEditDate Was "Mon Dec 16 14:50:59 1996"
 */

/*
 * Use like this:
 *
 * genstrings -s TELLocalizedString AccountDetail.m > English.lproj/accountDetail.strings
 *
 */

#define TELLocalizedStringFromTable(key, tbl, comment) \
	[[NSBundle bundleForClass:[self class]] localizedStringForKey:(key) value:@"" table:(tbl)]

#define TELLocalizedString(key, comment) \
	[[NSBundle bundleForClass:[self class]] localizedStringForKey:(key) value:@"" table:nil]

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.