A step-by-step guide to adding localization support to .NET MAUI applications. Covers creating .resx resource files for multiple languages, connecting translated strings to XAML UI elements using x:Static markup extensions, loading translations from view models via the auto-generated static AppStrings class, and localizing prebuilt Telerik UI controls (like RadDataGrid) by subclassing TelerikLocalizationManager and registering it in MauiProgram.cs.

7m read timeFrom telerik.com
Post cover image
Table of contents
Understanding Localization in .NET MAUI AppsCreating a Sample App to LocalizeCreating Resource Files to Localize a .NET MAUI AppLocalizing Elements in the UILocalizing Data Strings from the viewmodelLocalizing Internal Strings of Telerik Controls for .NET MAUIConclusion
524 Impressions