View Single Post
05/04/22, 01:54 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,032
This is not easly doable afaik as you only got access to the different LAM (LibAddonMenu) panels if you click them -> activate them.
Some controls are not even created before you do that the 1st time. So you'd have to click all at least once and even then submenus and controls in them etc. are not directly created.
And changing this, for obvious reasons, would be a mess in terms or performance.

Most addons got language files ain a /lang or /i18n or similar subfolders, named de.lua, en.lua etc. for the different languags.
You can use a windows search or use the free editor Notepad++ to search in a whole folder, which may help you as the strings used in the setings often are in those language files. Else they will be hardcoded in any other lua file, like a settings.lua or menu.lua file.
Search for LibAddonMenu2 e.g. to find the usage of the libary, and normally you will find the settings menu structures "near".
I know, not an easy way to do it but maybe it helps.

Last edited by Baertram : 05/04/22 at 01:57 AM.
  Reply With Quote