-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
We are using the auth2 service and we need to handle different languages for the text of the button in the login page.
With the current implementation it is only possible to give a unique name in the configuration of the oauth2 (Name displayed on the login page).
For this reason, we'd like to suggest an improvement in order to have the possibility to manage the language of the button text.
We based our modifications with this documentation Multi-language content filter like suggested in the comments of this task.
We changed the Name displayed on the login page to a textarea in order to have the possibility to have multiple line. Then we provide the language(s) with the span like describe in the documentation of the filter.
This is an example of what it looks like:
In English:
In French:
Note: In our solution we didn't change the type of the column from varchar(255) to text. But maybe if this solution is adopted we'll need to change it.
- has a non-specific relationship to
-
MDL-77195 Support multilang for the shibboleth login button
-
- Closed
-