ComponentOne DataGrid for WPF and Silverlight
DataGrid for WPF and Silverlight Overview / DataGrid Features / Localizing the Application
In This Topic
    Localizing the Application
    In This Topic

    You can localize (translate) end user visible strings in DataGrid for WPF. Localization in DataGrid for WPF is based on the same approach as the standard localization of .NET WinForms applications.

    To localize your application, you will need to complete the following steps:

    1.   Add resource files for each culture that you wish to support. See Adding Resource Files.

    2.   Update your project file's supported cultures. See Adding Supported Cultures.

    3.   And, depending on your project, set the current culture. See Setting the Current Culture.

    The following topics describe localizing the grid in more detail.