private void CreateXlfFile(string path)
 {
     languageConverter.CreateLanguageXlf(path, headerComboBox.SelectedIndex, replaceLineBreak);
 }