Currently PSDocs can generate localized content, however built-in support requires using external include files with the Include keyword.
Ideally we should be able to pull content from a localized .psd1 file.
This will be implemented by a $LocalizedData variable that read localized strings based on current culture.
Currently PSDocs can generate localized content, however built-in support requires using external include files with the
Includekeyword.Ideally we should be able to pull content from a localized
.psd1file.This will be implemented by a
$LocalizedDatavariable that read localized strings based on current culture.