You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Description:
Currently, users of "@abacritt/angularx-social-login" face a challenge with Google login button language selection. The library lacks a feature to manually set the button's language, hindering its usability for multilingual applications.
Problem Statement:
The absence of manual language selection for the Google button creates inconsistency in user experience, particularly in multilingual contexts.
Proposed Solution:
Introduce a "lang" field with a language code value within the "useValue" property in the configuration file. This enhancement empowers developers to specify the language for the Google button manually, ensuring a consistent interface language across diverse user bases.
Benefits:
Enhanced user experience and accessibility
Simplified localization for applications targeting multilingual audiences
The text was updated successfully, but these errors were encountered:
mateuszprzeczek
pushed a commit
to mateuszprzeczek/angularx-social-login
that referenced
this issue
Apr 23, 2024
… property
Description:
This commit introduces a new feature to enhance language selection for the Google login button in "@abacritt/angularx-social-login". The "lang" field, with a language code value, has been added to the "useValue" property in the configuration file. This addition allows developers to manually specify the language for the Google button interface, improving usability for multilingual applications.
Changes Made:
Added "lang" field to the "useValue" property in the configuration file
Enabled manual language selection for the Google login button
Related Issue: abacritt#762 - "Add manual support for language selection in the Google button"
Issue Description:
Currently, users of "@abacritt/angularx-social-login" face a challenge with Google login button language selection. The library lacks a feature to manually set the button's language, hindering its usability for multilingual applications.
Problem Statement:
The absence of manual language selection for the Google button creates inconsistency in user experience, particularly in multilingual contexts.
Proposed Solution:
Introduce a "lang" field with a language code value within the "useValue" property in the configuration file. This enhancement empowers developers to specify the language for the Google button manually, ensuring a consistent interface language across diverse user bases.
Benefits:
Enhanced user experience and accessibility
Simplified localization for applications targeting multilingual audiences
The text was updated successfully, but these errors were encountered: