|
From: | Adam Fedor |
Subject: | Re: Localization in Gorm file |
Date: | Wed, 2 Apr 2003 08:34:47 -0700 |
On Tuesday, April 1, 2003, at 02:27 PM, Yen-Ju Chen wrote:
I see. How about the inspector of Gorm handle the localizaiont automatically. For example, when the title of NSButton is set to "Start" in Gorm, the inspector will set it as _(@"Start") internally. Do that solve the problem ? I have no idea how the Gorm work internally.
Gorm doesn't work that way. Basically it saves a representation of the object which is restored when you load in the file at runtime. There's no opportunity to resolve localization when loading (just as there is no mechanism in gui to automatically localize ivars (How would it know which ones to localize?)).
You could look at Renaissance, which has the ability to do this type of localization.
[Prev in Thread] | Current Thread | [Next in Thread] |