[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Localization in Gorm file
From: |
Chris B. Vetter |
Subject: |
Re: Localization in Gorm file |
Date: |
Tue, 1 Apr 2003 13:17:32 -0800 |
On Tue, 01 Apr 2003 16:11:42 -0500
"Yen-Ju Chen" <yjchenx@hotmail.com> wrote:
> Ya. That's what I thought.
> But it would be better if Gorm did that internally. :)
.gorm files are "static", while the Localization is "dynamic". After
all, you can change the localization on-the-fly in UserDefaults.
So how's a "static" file going to know that you changed the language?
Besides that, you still have to do some coding, for example a button
that changes its text from "Start" to "Stop" (and back) when clicked.
--
Chris