Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 851 Bytes

README.md

File metadata and controls

executable file
·
19 lines (15 loc) · 851 Bytes
name description page_type languages products urlFragment
.NET MAUI - Localization
This sample demonstrates how to localize .NET MAUI app strings, images, and app names.
sample
csharp
xaml
dotnet-maui
fundamentals-localization

Localization

Localization is the process of adapting an app to meet the specific language or cultural requirements of a target market. To accomplish localization, the text and images in an app may need to be translated into multiple languages. A localized app automatically displays translated text based on the culture settings of the device.

This sample demonstrates how to localize .NET Multi-platform App UI (.NET MAUI) app strings, images, and app names.

For more information about this sample, see .NET MAUI localization.