I have a system in a game I’m working on that allows me to send messages from the server, which the client listens for to display a message Gui. Because my user language demographics are so diverse, this messaging system, being only in one language, isn’t that effective.
Are there any available APIs I could use to translate these messages on the client side into their language?
Thanks! 
(In updates, there was previously annoucment of Live Translation API)
if it is TextLabel or any other similar things
they must have AutoLocazation setting which is for solution i guess (it has mistakes but works)
You can use HuggingFace to hit translation APIs, but there is a monthly model inference limit.
I wasn’t sure if I could run that API solely on the client-side. Is this possible?