I have a framework containing localized gorm file,
say English.lproj/UI.gorm.
Everything is installed correctly (English.lproj is under Resources/
of framework).
How does a class in that framework load localized gorm file ?
[NSBundle loadNibNamed:owner:] seems not working.
I cannot find a method in NSBundle to do so.
The only way I can think about is to first find the bundle,
then find the gorm file as resource, then load it.
It does not seem to be the right way to do it
considering frameworks should be easier to use.

Thanx.

Yen-Ju


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to