Blue Flask alternative to access MoI_v5_API_...

 From:  Michael Gibson
11647.2 In reply to 11647.1 
Hi Brian,

re;
> I was unable to locate the moi:Text textid="About menu item"

The <moi:Text textid="id"> element is for translatable text. It will look up that text id in the current language's string table.

The string tables are *Strings.txt files located in the ui subfolder.

So for this one you can find it in EnglishStrings.txt:

About menu item=About MoI

- Michael