The program uses a setup file to store all settings. If necessary, the setup file is created when running the application. It is located here:

C:\Users\<user name>\AppData\Local\SDL OpenExchange\GlossaryConverter

and could look like the example below.

Should you ever have made mistakes, or want to get rid of settings, you can safely delete this settings file. A new default one will be created when needed.

You can save and load settings files from the dialog, allowing quick access to various user defined conversion scenarios.

<Settings>


       <AlwaysShowFieldsDialog>true</AlwaysShowFieldsDialog>


       <DefaultGlossaryFormat>Excel Txt File</DefaultGlossaryFormat>


       <Synonyms>

               <Supported>true</Supported>

               <Separator>~</Separator >

       </Synonyms >


       <UiLocale>de</UiLocale>


       <Fields>

               <Field>

                       <FieldName>english</FieldName>

                       <FieldType>Language</FieldType>

                       <Ignore>false</Ignore>

                       <LanguageCode>EN</LanguageCode>

               </Field>

       </Fields>


</Settings>

Created with the Personal Edition of HelpNDoc: Produce Kindle eBooks easily