< Back

Set-WinSystemLocale

Tue Jan 29, 2019 10:17 pm

NAME Set-WinSystemLocale



SYNOPSIS

Sets the system locale (the language for non-Unicode programs) for the current computer.





SYNTAX

Set-WinSystemLocale [-SystemLocale] <CultureInfo> [<CommonParameters>]





DESCRIPTION

The System-locale setting determines which code pages (ANSI, DOS, and Macintosh) the system uses by default. If you change the System-locale

setting, the necessary bitmap font files are installed to support legacy applications in the selected language. Note that because this is a system

setting, this can only be changed by a user with Administrator permissions, and changes do not take effect until the computer is restarted.





PARAMETERS

-SystemLocale <CultureInfo>





Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

CultureInfo



An object that contains a BCP-47 tag to specify the system locale for the current computer. For more information about the CultureInfo object,

see CultureInfo Class.





OUTPUTS



Example 1



PS C:\\>Set-WinSystemLocale ja-JP



This command sets the system locale to Japanese (Japan).



RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287352

Configurable Language and Cultural Settings

Get-WinSystemLocale