Hi Xavier, Am 30.08.2006 um 08:27 schrieb Dev WO:
So I tried WOApplication.application().resourceManager ().stringForKey(anAttributeOfTheEntity, "NameOfTheStringFile", null, null, null)
If you refer to a "Localizable.strings" file in a framework named "Backend", it should read:
String result = WOApplication.application().resourceManager ().stringForKey(anAttributeOfTheEntity, "Localizable", anAttributeOfTheEntity, "Backend", null);
Yes, and if aLanguagesList is null, it will pick up the available key anyway. So this is correct and work as expected in my application, but when I try to use it in a framework, it seems like it doesn't get any value:(
Are you passing in the framework name, i.e. "Backend" in the example above?
cheers Fabian _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
