cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
WalterWhite
Contributor

Change the string of the menu through the api

In the following code in my grc file, can I make changes to the "item" string through the api?

'STR#' 32500 "Strings for the Menu" {
/* [   ] */     "Menu name"
/* [ 1 ] */	"item"
}

 

1 Reply 1
kuvbur
Advocate

ACAPI_MenuItem_SetMenuItemText (for AC27+) or ACAPI_Interface (APIIo_SetMenuItemTextID, const API_MenuItemRef* menuItemRef,char* itemText, GS::UniString* itemUniText)

Industrial Architect and Structural Design Engineer, developer of free addon for sync GDL param and properties

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!