Read-SystemDefaultLanguage
PackageDeployment Module Help |
Package Deployment Module |
Read-SystemDefaultLanguage Cmdlet |
Version 4.0.0.5 |
Read-SystemDefaultLanguage
Synopsis
Determine the language ID of the standard Windows system language.
Syntax
Read-SystemDefaultLanguage [-ResultVariable] <String> [[-Format] <String>] [[-Context] <String>] [-ContinueOnError] [<CommonParameters>]
Description
Determines the ID of the standard Windows system language and stores it in a variable. The format of the returned ID can be specified.
Parameters
-ResultVariable <String> |
||||||
A variable that collects the result. |
||||||
|
-Format <String> |
||||||
Specification of the output format. |
||||||
|
-Context <String> |
||||||
User: Execution under user account; logging in HKEY_CURRENT_USER, i.e. for the user. |
||||||
|
-ContinueOnError <SwitchParameter> |
||||||
Continues script execution in spite of errors in the respective command |
||||||
|
<CommonParameters> |
For more information about common parameters, type "Get-Help about_CommonParameters". |