On Tue, 01 Apr 2003 13:05:20 -0500 "Yen-Ju Chen" <[EMAIL PROTECTED]> wrote: > I am just curious how to localize the interface created by Gorm ? > _(@"string") is used in the source code with Localizable.strings. > Does Gorm use the same way > so that Localizable.strings is still applicable ? > Or I need to make the interface for each language ?
Probably not the best solution, but why don't you use -awakeFromNib, to set the localization? It might be a bit more typing, but IMHO it's better than 10 different .gorm files, one per language. -- Chris _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
