Code: Select all
game.player.print(game.getlocaliseditemname("iron-axe") .. " test")
Code: Select all
game.player.print(game.getlocaliseditemname("iron-axe")[1] .. " test")
Edit: I am going to add here this is not possible because it will break determinism. If you concatenate a string on 2 different machine with different languages you will get different results, causing desync.