diff --git a/DS4Windows/DS4Forms/LanguagePackComboBox.cs b/DS4Windows/DS4Forms/LanguagePackComboBox.cs index 8af630f..c7ce483 100644 --- a/DS4Windows/DS4Forms/LanguagePackComboBox.cs +++ b/DS4Windows/DS4Forms/LanguagePackComboBox.cs @@ -20,7 +20,7 @@ namespace DS4Windows.DS4Forms public string ProbingPath = "Lang"; // Filter language assembly file names in order to ont include irrelevant assemblies to the combo box. - public string LanguageAssemblyName { get; set; } = "DS4Windows.resources.dll"; + public string LanguageAssemblyName = "DS4Windows.resources.dll"; [Category("Action")] [Description("Fires when the combo box selected index is changed.")]