Chapter 21. Globalizing a function
PowerShell v2 introduced a data language element for the shell, designed to help separate text from the functional code of a script or command. By separating text, you can make it easier to swap out alternate versions of that text. Separating text is referred to as globalizing, a process of making your script ready for localization. Localization lets you swap out your original language text strings for an alternate language—or multiple languages. We’ll acknowledge up front that this is a fairly specialized feature and that few administrators will typically use it. We’re including it to help ensure that this book is as complete as possible, but we’ll keep it brief. You can find additional help in two of PowerShell’s ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access