Skip to content

Commit 645feb3

Browse files
committed
Correct output description MicrosoftDocs#2874
1 parent 6be2896 commit 645feb3

File tree

5 files changed

+73
-55
lines changed

5 files changed

+73
-55
lines changed

docset/winserver2012-ps/international/Get-WinUserLanguageList.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,24 +85,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8585
## OUTPUTS
8686

8787
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
88-
A list of WinUserLanguage objects that contain one or more languages and associated properties from the current user account's language list.
89-
For information about the Generic.List object, see System.Collections.Generic.List<T\> Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
88+
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.
89+
For information about the **Generic.List** object, see [List(Of T) Class](https://go.microsoft.com/fwlink/?LinkID=243342).
9090

91-
The generic list object supports the following methods:
91+
The generic list object supports the following methods:
9292

93-
- Add("BCP-47")
94-
- Insert(index, "BCP-47")
93+
- Add("`LanguageTag`")
94+
- Insert(index, "`LanguageTag`")
9595
- Remove(Index)
9696

97-
The output language object contains the following properties:
98-
99-
- BCP-47 (READ). A standard language tag that is used to identify languages. For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
100-
- Autonym (LP database) (READ). The name of the language in the language itself.
101-
- English name (LP database) (READ). The name of the language in English.
102-
- Localized name (LP database) (READ). The name of the language in the current Windows display language.
103-
- Script (LP database) (READ). The writing system of the language.
104-
- Input methods (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled Input methods are listed in the format Language ID: Keyboard layout ID.
105-
- Handwriting recognition input mode (READ/WRITE). This value is either 0 (freehand) or 1 (write each character separately).
97+
The output language object contains the following properties:
98+
99+
- **LanguageTag** (READ).
100+
A standard BCP-47 language tag that is used to identify languages.
101+
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
102+
- **Autonym** (LP database) (READ).
103+
The name of the language in the language itself.
104+
- **EnglishName** (LP database) (READ).
105+
The name of the language in English.
106+
- **LocalizedName** (LP database) (READ).
107+
The name of the language in the current Windows display language.
108+
- **ScriptName** (LP database) (READ).
109+
The writing system of the language.
110+
- **InputMethodTips** (READ/WRITE).
111+
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
112+
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
113+
- **Handwriting** (READ/WRITE).
114+
This value is either 0 (freehand) or 1 (write each character separately).
106115

107116
## NOTES
108117

docset/winserver2012r2-ps/international/Get-WinUserLanguageList.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,33 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8787
## OUTPUTS
8888

8989
### System.Collections.Generic.List<Microsoft.InternationalSettings.Commands.WinUserLanguage>
90-
A list of WinUserLanguage objects that contain one or more languages and associated properties from the current user account's language list.
91-
For information about the Generic.List object, see List(Of T) Classhttp://go.microsoft.com/fwlink/?LinkID=243342.
90+
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.
91+
For information about the **Generic.List** object, see [List(Of T) Class](https://go.microsoft.com/fwlink/?LinkID=243342).
9292

93-
The generic list object supports the following methods:
93+
The generic list object supports the following methods:
9494

95-
- Add("BCP-47")
96-
- Insert(index, "BCP-47")
95+
- Add("`LanguageTag`")
96+
- Insert(index, "`LanguageTag`")
9797
- Remove(Index)
9898

99-
The output language object contains the following properties:
100-
101-
--**BCP-47** (READ). A standard language tag that is used to identify languages. For more information, see the Internet Engineering Task Force (IETF) BCP 47 RFChttp://go.microsoft.com/fwlink/?LinkID=242207.
102-
--**Autonym** (LP database) (READ). The name of the language in the language itself.
103-
--**English name** (LP database) (READ). The name of the language in English.
104-
--**Localized name** (LP database) (READ). The name of the language in the current Windows display language.
105-
--**Script** (LP database) (READ). The writing system of the language.
106-
--**Input methods** (READ/WRITE). A list of input method Tablet Input Panel (TIP) strings that are enabled for this language. The enabled Input methods are listed in the format Language ID: Keyboard layout ID.
107-
--**Handwriting recognition input mode** (READ/WRITE). This value is either 0 (freehand) or 1 (write each character separately).
99+
The output language object contains the following properties:
100+
101+
- **LanguageTag** (READ).
102+
A standard BCP-47 language tag that is used to identify languages.
103+
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
104+
- **Autonym** (LP database) (READ).
105+
The name of the language in the language itself.
106+
- **EnglishName** (LP database) (READ).
107+
The name of the language in English.
108+
- **LocalizedName** (LP database) (READ).
109+
The name of the language in the current Windows display language.
110+
- **ScriptName** (LP database) (READ).
111+
The writing system of the language.
112+
- **InputMethodTips** (READ/WRITE).
113+
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
114+
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
115+
- **Handwriting** (READ/WRITE).
116+
This value is either 0 (freehand) or 1 (write each character separately).
108117

109118
## NOTES
110119

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,27 @@ For information about the **Generic.List** object, see [List(Of T) Class](https:
7979

8080
The generic list object supports the following methods:
8181

82-
- Add("BCP-47")
83-
- Insert(index, "BCP-47")
82+
- Add("`LanguageTag`")
83+
- Insert(index, "`LanguageTag`")
8484
- Remove(Index)
8585

8686
The output language object contains the following properties:
8787

88-
- **BCP-47** (READ).
89-
A standard language tag that is used to identify languages.
88+
- **LanguageTag** (READ).
89+
A standard BCP-47 language tag that is used to identify languages.
9090
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9191
- **Autonym** (LP database) (READ).
9292
The name of the language in the language itself.
93-
- **English name** (LP database) (READ).
93+
- **EnglishName** (LP database) (READ).
9494
The name of the language in English.
95-
- **Localized name** (LP database) (READ).
95+
- **LocalizedName** (LP database) (READ).
9696
The name of the language in the current Windows display language.
97-
- **Script** (LP database) (READ).
97+
- **ScriptName** (LP database) (READ).
9898
The writing system of the language.
99-
- **Input methods** (READ/WRITE).
99+
- **InputMethodTips** (READ/WRITE).
100100
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
101101
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102-
- **Handwriting recognition input mode** (READ/WRITE).
102+
- **Handwriting** (READ/WRITE).
103103
This value is either 0 (freehand) or 1 (write each character separately).
104104

105105
## NOTES

docset/winserver2019-ps/international/Get-WinUserLanguageList.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,27 @@ For information about the **Generic.List** object, see [List(Of T) Class](https:
7979

8080
The generic list object supports the following methods:
8181

82-
- Add("BCP-47")
83-
- Insert(index, "BCP-47")
82+
- Add("`LanguageTag`")
83+
- Insert(index, "`LanguageTag`")
8484
- Remove(Index)
8585

8686
The output language object contains the following properties:
8787

88-
- **BCP-47** (READ).
89-
A standard language tag that is used to identify languages.
88+
- **LanguageTag** (READ).
89+
A standard BCP-47 language tag that is used to identify languages.
9090
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9191
- **Autonym** (LP database) (READ).
9292
The name of the language in the language itself.
93-
- **English name** (LP database) (READ).
93+
- **EnglishName** (LP database) (READ).
9494
The name of the language in English.
95-
- **Localized name** (LP database) (READ).
95+
- **LocalizedName** (LP database) (READ).
9696
The name of the language in the current Windows display language.
97-
- **Script** (LP database) (READ).
97+
- **ScriptName** (LP database) (READ).
9898
The writing system of the language.
99-
- **Input methods** (READ/WRITE).
99+
- **InputMethodTips** (READ/WRITE).
100100
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
101101
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102-
- **Handwriting recognition input mode** (READ/WRITE).
102+
- **Handwriting** (READ/WRITE).
103103
This value is either 0 (freehand) or 1 (write each character separately).
104104

105105
## NOTES

docset/winserver2022-ps/international/Get-WinUserLanguageList.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,27 @@ For information about the **Generic.List** object, see [List(Of T) Class](https:
7979

8080
The generic list object supports the following methods:
8181

82-
- Add("BCP-47")
83-
- Insert(index, "BCP-47")
82+
- Add("`LanguageTag`")
83+
- Insert(index, "`LanguageTag`")
8484
- Remove(Index)
8585

8686
The output language object contains the following properties:
8787

88-
- **BCP-47** (READ).
89-
A standard language tag that is used to identify languages.
88+
- **LanguageTag** (READ).
89+
A standard BCP-47 language tag that is used to identify languages.
9090
For more information, see the [Internet Engineering Task Force (IETF) BCP 47 RFC](https://go.microsoft.com/fwlink/?LinkID=242207).
9191
- **Autonym** (LP database) (READ).
9292
The name of the language in the language itself.
93-
- **English name** (LP database) (READ).
93+
- **EnglishName** (LP database) (READ).
9494
The name of the language in English.
95-
- **Localized name** (LP database) (READ).
95+
- **LocalizedName** (LP database) (READ).
9696
The name of the language in the current Windows display language.
97-
- **Script** (LP database) (READ).
97+
- **ScriptName** (LP database) (READ).
9898
The writing system of the language.
99-
- **Input methods** (READ/WRITE).
99+
- **InputMethodTips** (READ/WRITE).
100100
A list of input method Tablet Input Panel (TIP) strings that are enabled for this language.
101101
The enabled Input methods are listed in the format `Language ID: Keyboard layout ID`.
102-
- **Handwriting recognition input mode** (READ/WRITE).
102+
- **Handwriting** (READ/WRITE).
103103
This value is either 0 (freehand) or 1 (write each character separately).
104104

105105
## NOTES

0 commit comments

Comments
 (0)