I have a project that uses a static library (SL). In that SL, there are a couple of strings I\'d like to localize and the project includes all of the localization files. The loc
Make the localizable string for the static library, then place that string file in a folder "YourLibraryResource".
Rename the folder "YourLibraryResource.bundle".
Now you include this bundle also in the project along with the library. Then use the code given by abuharsky.