Is it possible to achieve string localization inside of a statically linked lib?

Posted by user3696003 on Stack Overflow See other posts from Stack Overflow or by user3696003
Published on 2014-06-01T02:41:25Z Indexed on 2014/06/01 3:26 UTC
Read the original article Hit count: 123

I am working on building an SDK which will be built out as a statically linked library that third party applications can then drop in to their applications. Inside of this SDK, I was looking to be able to perform some "localization." Basically, I would like for the code in my SDK to be able to access some ".string" files to perform some string lookup and language translation capabilities. Then I could propagate these strings outward to implementing App layers through my exposed API's. Is this even possible? I thought it was but now that I have actually been trying, I am seriously having doubts.

© Stack Overflow or respective owner

Related posts about ios

Related posts about objective-c