xRemoteDesktopSessionHost icon indicating copy to clipboard operation
xRemoteDesktopSessionHost copied to clipboard

Move hardcoded message strings to localized strings

Open dan-hughes opened this issue 4 months ago • 3 comments

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.

dan-hughes avatar Oct 16 '25 08:10 dan-hughes