Russian Translation doesn't work

Im trying to add russian support to my game. I did this by taking my already existing spanish csv file, and then adding a new column “ru-ru” and adding translations there. Now I asked a russian guy to join the game to see if it works, but he says nothing happens. He says he does have his pc set to russian. This is what the csv file looks like.

http://robloxdev.com/articles/Roblox-Localization-Tools

Notes / Limitations
“The Roblox platform currently supports only English and Spanish for language detection”

3 Likes

As Kingdom5 said, only English / Spanish are natively detected. You’ll need to add a language select option for users who don’t have the locale id you can identify, or, rely on these properties and do all translations manually

http://robloxdev.com/api-reference/property/LocalizationService/RobloxLocaleId
http://robloxdev.com/api-reference/property/LocalizationService/SystemLocaleId

3 Likes