DataGrid for WPF and Silverlight Overview > DataGrid Features > Localizing the Application > Adding Supported Cultures |
Once you've created resource files for your application, you will need to set the supported cultures for your project. To do so, complete the following steps:
For example:
<SupportedCultures>fr;es;en;it;ru</SupportedCultures>
This will support French, Spanish, English, Italian, and Russian.
The project will be reloaded and will now support the specified cultures.