I want to add localisation to my framework, some texts for errors description.
How I can do it? Standard approach with Localizable.strings and NSLocalizedString does not work.
I read about bundles, but I don't know how to add bundle with localisation correctly.
Some one can help?