<!-- Your feedback and support is greatly appreciated, thanks for contributing! --> Any Verbose or throw messages should be localized. `$script:localizedData = Get-LocalizedData -DefaultUICulture 'en-US'` will need to be added to the start of each module to import the strings for use.
Any Verbose or throw messages should be localized.
$script:localizedData = Get-LocalizedData -DefaultUICulture 'en-US'will need to be added to the start of each module to import the strings for use.