Localisation display constant

how do I display a localisation constant in an message box.

msgbox (#Strings.name + “xxx”) gives me an syntax error

msgbox (Strings.name + “xxx”) gives me an syntax error

in code you shouldn’t use “#” but in Menus or Toolbars Properties you still have to use the “#”

thanks guys,

I though I tried everything, works now.