Adding and Accessing Localized Text

Adding localized texts to your app using MAF is the same as for any native device application development environment.

Adding MAF Extensibility or Reusable components to your projects does not interfere with managing native localizable strings on Android. Rather, it makes it possible to manage all, or a subset of the localizable strings, without recompiling the app.

To localize string resources, use native localization files by maintaining your Localizable.strings files. Add your keys and the corresponding translatable strings. MAF Extensibility supports keys that contain spaces. Include all translated files in your application project.