Abstract Method
OutputVar := GetResourceString(key)
OutputVar := GetResourceString(key, args)
Gets a resource string from the current resource file for the given key.
Gets a resource string from the current resource file for the given key and formats the resource string with the args*.
key
The key of the resource string
args*
arguments that can be passed in to format a string.
Throws MfNotImplementedException if not overridden in derived classes.
Abstract Method.
Must be overridden in derived classes.