Hello anyone,
I was wondering from some time, if there is an actual way to translate automagically the "SendMessage" (string) and other strings sent by the server, and received from the client.
From an actual point of view, and taking into account the ultimalive system, we could do it in two ways:
- Server side (HEAVY LOAD)
- Client side (Small load, only in the client)
Taking into account this, the most usable way is the latter, that is doable with ULTIMALIVE, since it's code, allows interception of ultima packet and post elaboration of them.
Having said this, do anyone know of a way to automagically translate sentences without overload the internet connection? So that IT could work even if the connection is congested?
I was wondering from some time, if there is an actual way to translate automagically the "SendMessage" (string) and other strings sent by the server, and received from the client.
From an actual point of view, and taking into account the ultimalive system, we could do it in two ways:
- Server side (HEAVY LOAD)
- Client side (Small load, only in the client)
Taking into account this, the most usable way is the latter, that is doable with ULTIMALIVE, since it's code, allows interception of ultima packet and post elaboration of them.
Having said this, do anyone know of a way to automagically translate sentences without overload the internet connection? So that IT could work even if the connection is congested?