/// <summary> /// Refreshes the strings according to current Culture language. /// </summary> public void RefreshStrings() { PluginList_SelectionChanged(null, null); if (PluginList != null) { PluginList.RefreshView(); } }