resourcePath
resourcePath
- Subject: resourcePath
- From: Michael Stone <email@hidden>
- Date: Wed, 22 Aug 2001 21:59:04 -0600
I'm using NSBundle's resourcePath to get a full path to my resource
directory (for example, .../Contents/Resources), but I would like to get the
localized version (for example if I'm currently using English,
.../Contents/Resources/English.lproj). I can't seem to find a selector for
that. Does anyone know how this might be done?