Resource Localization

In addition to simplified access to typed resources, the ResourceManager class provides one other important feature: the ability to localize resources for your components without recompiling them. The act of localization (l10n[6]) is a process of providing culture-specific information to display to a user in that culture. For example, a form has been localized when it shows “OK” in English but “Le OK” in French (or what ever the French actually say when they mean OK). The act of internationalization (i18n), on the other hand, is taking advantage of localized information. This could mean using localized resources in the UI or using code that formats currency or dates according to the current locale, as shown in Figure 10.13 ...

Get Windows Forms Programming in C# 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.