Internationalization
tip
Existing language strings for an application can be customized for any language in the Geocortex Mobile s Designer. To provide a complete translation in an entirely new locale for Geocortex Mobile, please contact us.
Geocortex Mobile was designed to be fully internationalizable on all levels of the product, from app config to custom code. This internationalization is handled by Xamarin Forms.
#
Specifying a Default LanguageXamarin Forms describes how to specify a default language for your app.
#
Adding New Cultures for Existing Language StringsThe Quickstart project comes with multiple AppResources
files in the root of the platform agnostic project to provide an example of adding a culture to your application. You can also check out the Xamarin Documentation on Localization.
#
Relevant SDK SampleCheck out the relevant Geocortex Mobile SDK Sample:
#
Next StepsInternationalization in App Config
Learn how to use language strings in the app config
Internationalize Components
Learn how to use language strings for user facing text in components