FileName[in] Contains the full path to the dictionary file to be created. If the specified dictionary file already exists, it is overwritten without prompt.LanguageId[in] A variable of LanguageIdEnum type that defines the language for the dictionary.Result[out, retval] A pointer to IDictionary* pointer variable that receives the interface pointer of the Dictionary object associated with the newly created dictionary. You may then edit this dictionary via this object methods.