The progress monitor framework in "dna-common" takes the task name as I18n instances (with optional parameters), but does not properly localize the ProgressStatus instances returned from "getStatus()", and the result is always in the default locale. Need to add a Locale parameter to "getStatus", and to properly initialize the taskName field (to null), and then properly initialize the ProgressStatus instances based upon the taskName state.