Chapter 10. Building world-ready applications
This chapter covers
- Making your application world-ready
- Performing a localizability review
- Localizing your application
You’ve built a library that is cross-platform, fast, and well-tested. Before you can publish to NuGet and obsess over download numbers, however, you need to internationalize your application. Anything that can be exposed to the user should be in a form the user can understand. Dates, time zones, languages, measurements, and even sorting order depend on region and culture.
.NET Standard includes powerful capabilities for internationalizing applications. In this chapter, you’ll learn about the recommended process for internationalization (and I’ll attempt to disambiguate the terms ...
Get .NET Core in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.