In some very rare cases, the extension save button fails to save the form values in the page.
For such cases you need to edit the extension template file and find the save button html code and add the force submit script to the code
onClick="document.getElementById('form-language').submit();"