You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeanFaizal edited this page Mar 4, 2019
·
5 revisions
Localization
Resx Localization
Localization is implemented using .resx resources based on the official Xamarin sample as LocalizationService and BaseLocalizationService.
To support additional languages, create a .resx file language using the CultureInfoTwoLetterISOLanguageName. For example, AppResources.ar.resx for Arabic. Supported CultureInfos can be queried using CultureInfo.GetCultures(types) on each device.
The localized strings are then populated as XML data: