Arquisoft / wiq_en1b

wiq_en1b
https://youtu.be/r2XqDUHj3zU
0 stars 1 forks source link

Question View #32

Closed uo289267 closed 4 months ago

uo289267 commented 6 months ago

Question View that shows the current question, the points that the player has achievedn and the time left to choose an answer

uo289267 commented 4 months ago

How to access the language from question view

const[t,i18n] = useTranslation("global");

    console.log(i18n);
    console.log(i18n.language);