Accessing just the message
There may be times when you do not want to have VA Smalltalk display the message for you, but you still need the message string. To get only the message string, code an expression like:
aMessageString := self getMsg: aMsgId
group: aGroupSymbol.
This returns the message string in the format specified in the previous example. To get the message string with parameter replacement, use the getMsg:group:replace: message.
You can now display the message with whatever means that your application provides.
Last modified date: 01/29/2015