1. Is there a way to call an items name in one language let's say german and in code the outcome be in english
     
  2. Wulf

    Wulf Community Admin

    Item names are stored in the client, so there's no way to really change them on any interface aside from the user changing the language themselves to one that Rust provides. If you are wanting to change a message for just a chat message or something, you'd need to handle that yourself via a list you create.
     
  3. Could you be a bit more specific? It's not really clear what you are trying to accomplish.