Summary
In this chapter, we explored XAML syntax and applied the knowledge we gained to enhance the appearance of ItemsPage
. We will persist in refining the user interface of other pages throughout this book. To support multiple languages, we delved into .NET localization and created multiple resources files for the US-en
, zh-Hans
, and zh-Hant
languages. Additionally, we discovered how to access strings in the resources files using the XAML markup extension. Lastly, we utilized AboutPage
as an example to demonstrate the use of localized text in both XAML and C#.
In the next chapter, we will continue improving our app by introducing MVVM and data binding.