extern KADMOS_ERROR KADMOS_API respell_filetitle
(ReSpellData *rsd, char *file_title);
rsdrespell_init() initialized structure ReSpellData.file_titleRE_SUCCESS or KADMOS error type.
With this function the name of the loaded dictionary will be returned. If rsd had been initialised with a
Unicode file by respell_winit(), then file_title is also returned in Unicode as wchar_t.