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


i working on building sdk built out statically linked library third party applications can drop in applications. inside of sdk, looking able perform "localization." basically, code in sdk able access ".string" files perform string lookup , language translation capabilities. propagate these strings outward implementing app layers through exposed api's. possible? thought have been trying, having doubts.

you can make specific api make localized strings fed static library. 1 way achieving defining predefined key value pair library strings , ask end user provide localized files if new language needs supported.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -