Skip to content

Commit b96ef60

Browse files
committed
Rename missing files and fix content errors
1 parent b34b774 commit b96ef60

File tree

87 files changed

+250
-166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+250
-166
lines changed

docset/winserver2016-ps/International/Get-WinAcceptLanguageFromLanguageListOptOut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winacceptlanguagefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -55,4 +56,3 @@ This cmdlet returns a Boolean value that reports the status of the **HTTP Accept
5556
[Set-WinAcceptLanguageFromLanguageListOptOut](./Set-WinAcceptLanguageFromLanguageListOptOut.md)
5657

5758
[Get-WinUserLanguageList](./Get-WinUserLanguageList.md)
58-

docset/winserver2016-ps/International/Get-WinCultureFromLanguageListOptOut.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winculturefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp

docset/winserver2016-ps/International/Get-WinDefaultInputMethodOverride.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-windefaultinputmethodoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp

docset/winserver2016-ps/International/Get-WinHomeLocation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winhomelocation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp

docset/winserver2016-ps/International/Get-WinLanguageBarOption.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winlanguagebaroption?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -46,12 +47,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
4647
## OUTPUTS
4748

4849
### LanguageBar
49-
This cmdlet returns an object that contains the following settings.
50+
This cmdlet returns an object that contains the following settings.
5051

5152
- **IsLegacyLanguageBar**.
5253
When this setting is set to true, the desktop language bar is used, where available.
5354
When this setting is set to false, the modem input switcher is used.
54-
This is recommended.
55+
This is recommended.
5556
- **IsLegacySwitchingMode**.
5657
When this setting is set to true, the current input method, which includes keyboard layout or input method editor (IME), is selected for the current application only.
5758
When new applications start, the default input method is selected.

docset/winserver2016-ps/International/Get-WinSystemLocale.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winsystemlocale?view=windowsserver2016-ps&wt.mc_id=ps-gethelp

docset/winserver2016-ps/International/Get-WinUILanguageOverride.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winuilanguageoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -29,8 +30,8 @@ For more information, see the **Get-WinUserLanguageList** and **Set-WinUserLangu
2930
### Example 1: Display the language override setting
3031
```
3132
PS C:\> Get-WinUILanguageOverride
32-
LCID Name DisplayName
33-
---- ---- -----------
33+
LCID Name DisplayName
34+
---- ---- -----------
3435
1033 en-US English (United States)
3536
```
3637

docset/winserver2016-ps/International/Get-WinUserLanguageList.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/get-winuserlanguagelist?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -30,16 +31,16 @@ For more information, see [CultureInfo Class](https://go.microsoft.com/fwlink/?L
3031
```
3132
PS C:\> Get-WinUserLanguageList
3233
LanguageTag : en-US
33-
Autonym : English (United States)
34-
EnglishName : English (United States)
35-
LocalizedName : English (United States)
34+
Autonym : English (United States)
35+
EnglishName : English (United States)
36+
LocalizedName : English (United States)
3637
ScriptName : Latin
3738
InputMethodTips : {0409:00000409}
38-
Handwriting : False
39+
Handwriting : False
3940
LanguageTag : fr-FR
40-
Autonym : français (France)
41-
EnglishName : French (France)
42-
LocalizedName : French (France)
41+
Autonym : français (France)
42+
EnglishName : French (France)
43+
LocalizedName : French (France)
4344
ScriptName : Latin
4445
InputMethodTips : {040c:0000040c}
4546
Handwriting : False
@@ -77,28 +78,28 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
7778
This cmdlet returns a list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
7879
For information about the **Generic.List** object, see [List(Of T) Class](https://go.microsoft.com/fwlink/?LinkID=243342).
7980

80-
The generic list object supports the following methods:
81+
The generic list object supports the following methods:
8182

8283
- Add("`LanguageTag`")
8384
- Insert(index, "`LanguageTag`")
8485
- Remove(Index)
8586

86-
The output language object contains the following properties:
87+
The output language object contains the following properties:
8788

8889
- **LanguageTag** (READ).
8990
A standard BCP-47 language tag that is used to identify languages.
90-
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
91+
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9192
- **Autonym** (LP database) (READ).
92-
The name of the language in the language itself.
93+
The name of the language in the language itself.
9394
- **EnglishName** (LP database) (READ).
94-
The name of the language in English.
95+
The name of the language in English.
9596
- **LocalizedName** (LP database) (READ).
96-
The name of the language in the current Windows display language.
97+
The name of the language in the current Windows display language.
9798
- **ScriptName** (LP database) (READ).
98-
The writing system of the language.
99+
The writing system of the language.
99100
- **InputMethodTips** (READ/WRITE).
100101
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
101-
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102+
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102103
- **Handwriting** (READ/WRITE).
103104
This value is either 0 (freehand) or 1 (write each character separately).
104105

docset/winserver2016-ps/International/New-WinUserLanguageList.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/new-winuserlanguagelist?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -48,7 +49,7 @@ Specifies a language.
4849
```yaml
4950
Type: String
5051
Parameter Sets: (All)
51-
Aliases:
52+
Aliases:
5253

5354
Required: True
5455
Position: 0
@@ -68,36 +69,36 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6869
A list of **WinUserLanguage** objects that contain one or more languages and associated properties from the current user account's language list.
6970
For more information about the **Generic.List** object, see [System.Collections.Generic.List(Of T)](https://go.microsoft.com/fwlink/?LinkID=243342).
7071
71-
The generic list object supports the following methods:
72+
The generic list object supports the following methods:
7273
7374
- Add("BCP-47")
7475
- Insert(index, "BCP-47")
7576
- Remove(Index)
7677
7778
The **LanguageList** is a list of language objects in the current user account's list.
78-
The language list object contains the following methods:
79+
The language list object contains the following methods:
7980
8081
- **Add** ("BCP-47")
81-
- **Insert** (BCP-47, index)
82-
- **Remove** (BCP-47)
82+
- **Insert** (BCP-47, index)
83+
- **Remove** (BCP-47)
8384
- **Remove** (Index)
8485
85-
The language list object contains the following properties:
86+
The language list object contains the following properties:
8687
8788
- **BCP-47** (READ).
8889
A standard language tag that is used to identify languages.
89-
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
90+
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9091
- **Autonym** (LP database) (READ).
91-
The name of the language in the language itself.
92+
The name of the language in the language itself.
9293
- **English name** (LP database) (READ).
93-
The name of the language in English.
94+
The name of the language in English.
9495
- **Localized name** (LP database) (READ).
95-
The name of the language in the current Windows display language.
96+
The name of the language in the current Windows display language.
9697
- **Script** (LP database) (READ).
97-
The writing system of the language.
98+
The writing system of the language.
9899
- **Input methods** (READ/WRITE).
99100
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
100-
The enabled input methods are listed in the format `Language ID: Keyboard layout ID`.
101+
The enabled input methods are listed in the format `Language ID: Keyboard layout ID`.
101102
- **Handwriting recognition input mode** (READ/WRITE).
102103
This value is either 0 (freehand) or 1 (write each character separately).
103104

docset/winserver2016-ps/International/Set-Culture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-culture?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -42,7 +43,7 @@ Specifies a culture.
4243
```yaml
4344
Type: CultureInfo
4445
Parameter Sets: (All)
45-
Aliases:
46+
Aliases:
4647

4748
Required: True
4849
Position: 0

docset/winserver2016-ps/International/Set-WinAcceptLanguageFromLanguageListOptOut.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winacceptlanguagefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -43,7 +44,7 @@ Specifies the opt-out value.
4344
```yaml
4445
Type: Boolean
4546
Parameter Sets: (All)
46-
Aliases:
47+
Aliases:
4748

4849
Required: True
4950
Position: 0

docset/winserver2016-ps/International/Set-WinCultureFromLanguageListOptOut.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winculturefromlanguagelistoptout?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -42,7 +43,7 @@ Specifies the opt-out value.
4243
```yaml
4344
Type: Boolean
4445
Parameter Sets: (All)
45-
Aliases:
46+
Aliases:
4647

4748
Required: True
4849
Position: 0

docset/winserver2016-ps/International/Set-WinDefaultInputMethodOverride.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-windefaultinputmethodoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -41,7 +42,7 @@ Specifies an input tip.
4142
```yaml
4243
Type: String
4344
Parameter Sets: (All)
44-
Aliases:
45+
Aliases:
4546

4647
Required: False
4748
Position: 0

docset/winserver2016-ps/International/Set-WinHomeLocation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winhomelocation?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -44,7 +45,7 @@ Specifies a GeoID setting.
4445
```yaml
4546
Type: Int32
4647
Parameter Sets: (All)
47-
Aliases:
48+
Aliases:
4849

4950
Required: True
5051
Position: 0

docset/winserver2016-ps/International/Set-WinLanguageBarOption.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winlanguagebaroption?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -49,7 +50,7 @@ If you do not specify this parameter, the cmdlet sets the language bar mode to t
4950
```yaml
5051
Type: SwitchParameter
5152
Parameter Sets: (All)
52-
Aliases:
53+
Aliases:
5354

5455
Required: False
5556
Position: Named
@@ -65,7 +66,7 @@ If you do not specify this parameter, the cmdlet sets the language bar switch mo
6566
```yaml
6667
Type: SwitchParameter
6768
Parameter Sets: (All)
68-
Aliases:
69+
Aliases:
6970

7071
Required: False
7172
Position: Named

docset/winserver2016-ps/International/Set-WinSystemLocale.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winsystemlocale?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -45,7 +46,7 @@ Specifies a system locale.
4546
```yaml
4647
Type: CultureInfo
4748
Parameter Sets: (All)
48-
Aliases:
49+
Aliases:
4950

5051
Required: True
5152
Position: 0

docset/winserver2016-ps/International/Set-WinUILanguageOverride.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: Microsoft.InternationalSettings.Commands.dll-Help.xml
4+
Locale: en-US
45
Module Name: International
56
ms.date: 12/20/2016
67
online version: https://learn.microsoft.com/powershell/module/international/set-winuilanguageoverride?view=windowsserver2016-ps&wt.mc_id=ps-gethelp
@@ -50,7 +51,7 @@ Specifies a language.
5051
```yaml
5152
Type: CultureInfo
5253
Parameter Sets: (All)
53-
Aliases:
54+
Aliases:
5455

5556
Required: False
5657
Position: 0

0 commit comments

Comments
 (0)