I have been thinking that when you go in a small ship and you find a capital ship in which to land to socialize and refuel, 1. How do you communicate with that ship to tell them that you are not hostile and ask permission to land if you do not speak the same language? 2. Could you put a menu of communication with very basic phrases in which appear the options in your own language but that for the receiver appears in his language ? I am referring to this, but among human players: https://youtu.be/3l-epO6oUHE?t=12m38s So you approach the area of the other ship, open the communications menu showing as it appears in the video but in your own language, as if you were to converse with a npc, then you would have the option to choose who you want communicate, after choosing this would appear different message options to send to the ship previously chosen. The other ship will receive the message in the language in which that person has configured the game. This is because you do not send the phrase as it is in your language, but a code is sent internally, like a string table: <Key ID="1"> <Original>yes</Original> <English>yes</English> <Czech>ano</Czech> <French>oui</French> <German>ja</German> <Italian>sì</Italian> <Polish>tak</Polish> <Portuguese>sim</Portuguese> <Russian>да</Russian> <Spanish>sí</Spanish> <Korean>네</Korean> <Japanese>はい</Japanese> </Key> <Key ID="2"> <Original>no</Original> <English>no</English> etc... </Key> Example: Communicate with (options): 1. Bengal 2. Idris Say (Options): 1. Greetings. 2. Request landing. 3. Surrender. 4. I give up. 5. Cancel Anyway, Is there any thought on this subject to communicate between players with different languages? Or only the text chat in english? Thanks!