If you know the locale beforehand, you even can create objects whoseJust to verify if I understand it: We encode the locale into the ObjectID.
object key includes the locale (say "es_xxx", where xxx identifies _that_
Database object).
interface Database {
Object getLocalizedObjref (in string locale);
string getLocale ();
any getValue (in string key);
}
This is as nice a the setLocale/getLocale interface - or are there any
- Dietmar