Introducing the Real-Time Translation API Beta

Server:
image
Client:
image
(“I don’t know what to tell you.” means an unspported locale ID was detected. It was likely “en-gb”. I coded it to automatically change it to “en-us” before running the translator ((if locale == “en-gb” then locale = “en-us” elseif locale == “es-mx” then locale = “es-es” elseif locale == “fr-ca” then locale = “fr-fr” end)), and it still returned as nil. The problem isn’t my code in that regard. This was all tested in-game, on a real server.)