View Single Post
05/28/14, 03:37 PM   #4
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
maybe you can get an items name via the tooltip control.
as you may have noticed, the item name gets translated if you click on a foreign item link in chat.
so maybe, if you create a fake link with the item id and pass it so the tooltip control via SetLink(string aLink), you can access the item's real name.
  Reply With Quote