Skip to content

Commit 56761ab

Browse files
committed
Set application language to current culture settings
1 parent c1fd2ab commit 56761ab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Rapr/DSEForm.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ private void SwitchCulture(object sender, EventArgs e)
802802
Thread.CurrentThread.CurrentCulture = ci;
803803
Thread.CurrentThread.CurrentUICulture = ci;
804804

805+
Language.Culture = ci;
806+
805807
// Clear and redraw the window
806808
this.SuspendLayout();
807809
this.Controls.Clear();

0 commit comments

Comments
 (0)