Go to: Synopsis. Return value. MEL examples.
localizedUIComponentLabel( string $englishPanelLabel )
string: the localized version of the label passed in. If localizedUIComponentLabel() is passed a label for which no localized label is defined, the returned result is the unchanged input string. |
// This command creates a menu item with the localized version of the attribute editor // name as its label. menuItem -label (localizedUIComponentLabel("Attribute Editor"))