How to pass language from our user profile to UE user profile?

Avatar
  • updated
  • Answered

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?

Pinned replies
Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

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.

Avatar
Sergey Stukov co-founder
  • Answer
  • Answered

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.

Avatar
Konstantin

I have string

lang:'en',

in widget code. Is it what you mean?