View Single Post
03-20-20, 01:59 PM   #15
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
You can replace your header names with Blizzard global strings; that way they will be translated plus look correct with capitalization without you doing all the work.
Code:
-- old --            -- new --
"name"              NAME
"level"               LEVEL
"zone"               ZONE
"rank"               RANK
"class"              CLASS
"battleTag"        BATTLETAG
https://www.townlong-yak.com/framexm...balStrings.lua

Last edited by myrroddin : 03-20-20 at 02:03 PM. Reason: found another one
  Reply With Quote