View Single Post
08/11/17, 05:31 AM   #5
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
I would also add that you can add those constants in XML files, such as

Lua Code:
  1. <Label name="something" text="SI_YES" />

It will display Yes or its translation in your UI.
  Reply With Quote