Can we translate the content on click event? #102
sunnychaudhary10
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to translate the application content after the click event instead of translating at language selection time. Is there any possibility to do it? I have tried with the @select event but it's only throwing the language data like :-
{
code: 'en',
name: 'English',
cname: '英语',
ename: 'English',
}
Please suggest if there is any possibility!
Beta Was this translation helpful? Give feedback.
All reactions