Join the Defold and Yandex.Games Jam 2021

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)
12 Likes