AU Class
AU Class
class - AU

Globalizing and Localizing .NET Applications for AutoCAD

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

    Description

    In the multiple cultures of the business world of today it has become more important for both published applications and in house applications to be easily used by anyone. Over the past year one of my main tasks has been to localize our projects for multiple cultures. 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 talk about and demonstrate building an AutoCAD® plugin that is localized for multiple cultures. We will create resource files adding strings that are displayed in the application, have commands that are culture aware and setup the user interface including dialogs that handle different cultures. Although this class will be targeted for AutoCAD® applications most of what will be covered 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