I have an App where I would like to add localization. However, since the app is text heavy and the localization will be a community project, it is likely that the translations may not always be up to date.
As a result, I would prefer to make the localized optional, rather than forcing users to work with a version of mixed translated/non-translated text.
I assume this can be done using Configuration and Locale, but I haven't experimented with this yet. I'm sure I'm not the first person to need to do this, so what would be the recommended way to handle this from those of you who have done any work with Locales? Potential pitfalls?