How to pass language from our user profile to UE user profile?
We have language as one of parameters in user account. Is it possible to pass this information to UE (together with SSO) so that widget/forum is displayed in that language?
We have language as one of parameters in user account. Is it possible to pass this information to UE (together with SSO) so that widget/forum is displayed in that language?
If you use Direct link use additional GET paramether lang
For example &lang=ru will force to use Russian language for the forum.
If you use widget pass
lang = 'ru'
param for the same case.
If you use Direct link use additional GET paramether lang
For example &lang=ru will force to use Russian language for the forum.
If you use widget pass
param for the same case.