Cannot request translations to English languageDescriptionWhen the instance default system language is change to any different than English, the request translation UI button in the advance view does not show English but shows the system language instead.Steps to Reproduce 1. For pre-requisites follow steps 1-5 of KB below:https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB11569572. Change the instance default system language to Spanish, German or any different than English in system property glide.sys.language value = 'de'3. Go to any email notification sysvent_email_action record4. Select advanced view5. Click on the 'Request translations' UI button6. It will not show English language7. I will show the instance default system language as one of the options insteadWorkaroundLocalization Framework uses 'glide.localization.framework.default.source.language' property value to consider as a default source language while requesting the translations for an artifact. To resolve the issue, create a property glide.localization.framework.default.source.language and set the default language code, for example if its spanish set as 'es'Related Problem: PRB1766891