Setting the Current Culture

The C1DataGrid control will use localization files automatically according to the culture selected in the application as long as you haven't moved files to another location or excluded files from the project. By default, the current culture is designated as System.Threading.Thread.CurrentThread.CurrentUICulture. If you want to use a culture other than the current culture, you can set the desired culture in your application using the following code:

      Visual Basic

      C#


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.