Is your feature request related to a problem? Please describe.
Any action related to APIGEE does not redirect to the current language if I use multiple languages in the Drupal site like creating/editing an app or adding an app key.
If my site's current language is AR always redirect to EN after submitting the form.
Describe the solution you would like
We should add the current language option with form redirect.
Describe alternatives you have considered
An alternative way is to use hook_form_alter to add a custom submit handler to redirect correctly to the current site language.
Hi,
Is your feature request related to a problem? Please describe.
Any action related to APIGEE does not redirect to the current language if I use multiple languages in the Drupal site like creating/editing an app or adding an app key. If my site's current language is AR always redirect to EN after submitting the form.
Describe the solution you would like
We should add the current language option with form redirect.
Describe alternatives you have considered
An alternative way is to use
hook_form_alter
to add a custom submit handler to redirect correctly to the current site language.Thanks,