AU Class
AU Class
class - AU

Localizing .NET Applications for AutoCAD

Share this class
Search for keywords in videos, presentation slides and handouts:

    Description

    Multiple cultures in today’s business world often require both published applications and in-house applications to be easily usable by anyone. Globalization is designing and developing applications for users in multiple cultures, and localization is the process of customizing data and resources for specific cultures for applications. In this class, we’ll talk about and demonstrate building an AutoCAD plug-in that is localized for multiple cultures. We’ll create resource files adding strings that are displayed in the application; have commands that are culture aware; and set up the user interface, including dialogs that handle different cultures. Although we’ll focus on AutoCAD applications, most of what we’ll cover applies to any .NET development.

    Key Learnings

    • Learn how to create an application that supports localized interfaces and regional data for multiple cultures
    • Learn how to use culture-specific settings (in .NET, the CultureInfo class represents a particular culture or region)
    • Learn how to create resource files for localization string values and other resources
    • Learn how to localize an applications user interface and Windows forms