.. _community.windows.win_region_module: **************************** community.windows.win_region **************************** **Set the region and format settings** .. contents:: :local: :depth: 1 Synopsis -------- - Set the location settings of a Windows Server. - Set the format settings of a Windows Server. - Set the unicode language settings of a Windows Server. - Copy across these settings to the default profile. Parameters ---------- .. raw:: html
Parameter | Choices/Defaults | Comments |
---|---|---|
copy_settings
boolean
|
|
This will copy the current format and location values to new user profiles and the welcome screen. This will only run if
location , format or unicode_language has resulted in a change. If this process runs then it will always result in a change. |
format
string
|
The language format to set for the current user, see https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx for a list of culture names to use.
This needs to be set if
location or unicode_language is not set. |
|
location
string
|
The location to set for the current user, see https://msdn.microsoft.com/en-us/library/dd374073.aspx for a list of GeoIDs you can use and what location it relates to.
This needs to be set if
format or unicode_language is not set. |
|
unicode_language
string
|
The unicode language format to set for all users, see https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx for a list of culture names to use.
This needs to be set if
location or format is not set. After setting this value a reboot is required for it to take effect. |
Key | Returned | Description |
---|---|---|
restart_required
boolean
|
success |
Whether a reboot is required for the change to take effect.
Sample:
True
|