View Single Post
08/15/15, 07:44 PM   #15
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
Am I bugging you guys too much ? I hope not

Another question: I just found this post http://www.esoui.com/forums/showthread.php?t=2136 about localization/internationalization strings.

But why should I bother to learn that, when I could simply do something like...

Code:
GetMyString = { ["Hello"] = "Hello" }
GetMyString["Hello"]
What's the benefit here of following the ZO standard ?

Thanks again!
  Reply With Quote