Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 1.2 KB

Readme.md

File metadata and controls

24 lines (17 loc) · 1.2 KB

Readme - Code Samples for Chapter 28, Localization

This chapter contains the following code samples:

  • NumberAndDateFormatting (localized format strings)
  • SortingDemo (sorting with different cultures and using the invariant culture)
  • CreateResource (using ResourceReader and ResourceWriter)
  • WPFCultureDemo (showing all cultures and regions with a WPF application)
  • ResourcesDemo (accessing resources using ResourceManager)
  • WPFApplication (using localized resources from XAML code)
  • WebApplication (using CultureInfo and IStringLocalizer with ASP.NET Core)
  • UWPLocalization (localizing with UWP and XLF)
  • CustomCultures (creating a custom culture, .NET Framework only)

To build and run the .NET Core samples, please install

  • Visual Studio 2017 with the .NET Core workload

Please download and install the tools from .NET Core downloads.

For code comments and issues please check Professional C#'s GitHub Repository

Please check my blog csharp.christiannagel.com for additional information for topics covered in the book.

Thank you!