I need to get the identifiedDisplayName field from iteminfo.lua, because the name of the equipment in item_db_equip.yml is in another language.
I tried to:
getiteminfo(2301, ITEMINFO_NAME);
and
getiteminfo(2301, NAME);
and
getiteminfo(2301, ITEMINFO_ITENTIFIEDDISPLAYNAME);
and...