Get-WinUILanguageOverride

Get-WinUILanguageOverride

Gets the Windows user interface (UI) language override setting for the current user account.

構文

Get-WinUILanguageOverride [ <CommonParameters>]

詳細説明

The Get-WinUILanguageOverride cmdlet specifies that a user-preferred display language should be used for the Windows UI. If no override setting is used, the display language is dynamically determined from the user's language list (see Get-WinUserLanguageList and Set-WinUserLanguageList).

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • CultureInfo

    An object that contains the Windows UI language override for the current user account. For more information about the CultureInfo object, see CultureInfo Class.

Example 1

This command gets and displays the UI language override setting for the current user account. If the Windows UI language override is not set for the current user account, this command returns a null value.

PS C:\> Get-WinUILanguageOverride

関連トピック

Set-WinUILanguageOverride