Take a look:
Yandex recommends using the i18n.lang
parameter to determine the user’s language. In the YaGames extension, it is:
local lang = yagames.environment().i18n.lang
print("Language is " .. lang)
Take a look:
Yandex recommends using the i18n.lang
parameter to determine the user’s language. In the YaGames extension, it is:
local lang = yagames.environment().i18n.lang
print("Language is " .. lang)