Skip to content

DevExpress-Examples/winforms-change-ui-localization-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to change UI localization at runtime

Localization-related settings (for example, the culture) should be set at application startup (before control initialization). To change localization settings (for example, the language) you should restart the application. This example shows how to use the Application.Restart method to shut down the application and start a new instance immediately.

Note

Before running this example, unpack the fr.zip archive and make sure its contents are copied to the bin\Debug\fr folder.

Files to Review

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)