From d57ec9bc731b1feca4f9f8457b3273279041a6aa Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Tue, 31 Jan 2023 20:49:51 +0200 Subject: [PATCH] Update InputLanguage.xml Fix example description. --- xml/System.Windows.Forms/InputLanguage.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xml/System.Windows.Forms/InputLanguage.xml b/xml/System.Windows.Forms/InputLanguage.xml index 5194119af6e..a2765ba2d71 100644 --- a/xml/System.Windows.Forms/InputLanguage.xml +++ b/xml/System.Windows.Forms/InputLanguage.xml @@ -403,10 +403,8 @@ is called to get the current input language. Then, is called to get the culture information for this input language. Finally, is retrieved and displayed in a text box. +## Examples + First, is called to get the current input language. Then, is called to get the keyboard layout name and display it in a text box. :::code language="cpp" source="~/snippets/cpp/VS_Snippets_Winforms/Classic InputLanguage.LayoutName Example/CPP/source.cpp" id="Snippet1"::: :::code language="csharp" source="~/snippets/csharp/System.Windows.Forms/InputLanguage/LayoutName/source.cs" id="Snippet1":::