Interface UmbValidationMessageTranslator
interface UmbValidationMessageTranslator { translate(path: string): undefined | string | false; } Methods
translate
- translate(path): undefined | string | false
Returns undefined | string | false
- Returns false if the path is not handled by this translator, undefined if the path is invalid, or the translated path as a string.
The path to translate