diff --git a/xml/System.Globalization/CompareInfo.xml b/xml/System.Globalization/CompareInfo.xml
index 943d1788058..8437963362c 100644
--- a/xml/System.Globalization/CompareInfo.xml
+++ b/xml/System.Globalization/CompareInfo.xml
@@ -86,14 +86,23 @@
Implements a set of methods for culture-sensitive string comparisons.
- For more information about this API, see Supplemental API remarks for CompareInfo.
-
- The following example shows how the object associated with a object affects string comparison.
+
+
+ ## Remarks
+
+ For more information about this API, see [Supplemental API remarks for CompareInfo](/dotnet/fundamentals/runtime-libraries/system-globalization-compareinfo).
+
+ ## Example
+
+ The following example shows how the object associated with a object affects string comparison.
+
+ :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR/CompareInfo/cpp/CompareInfo.cpp" id="Snippet1":::
+ :::code language="csharp" source="~/snippets/csharp/System.Globalization/CompareInfo/Overview/CompareInfo.cs" id="Snippet1":::
+ :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR/CompareInfo/VB/CompareInfo.vb" id="Snippet1":::
+
+ ]]>
+
Sorting Weight Tables for Windows operating systems
Default Unicode Collation Element Table, for Linux and macOS
diff --git a/xml/System.Globalization/CultureAndRegionInfoBuilder.xml b/xml/System.Globalization/CultureAndRegionInfoBuilder.xml
index 1d44f75ff61..6866c6cb222 100644
--- a/xml/System.Globalization/CultureAndRegionInfoBuilder.xml
+++ b/xml/System.Globalization/CultureAndRegionInfoBuilder.xml
@@ -22,13 +22,22 @@
Defines a custom culture that is new or based on another culture and country/region. The custom culture can be installed on a computer and subsequently used by any application that is running on that computer. This class cannot be inherited.
- For more information about this API, see Supplemental API remarks for CultureAndRegionInfoBuilder.
-
- The following example defines a custom ru-US culture that represents the Russian language in the United States. The example defines the custom culture by loading settings from the Russian (Russia) object and the U.S. object, and then sets a number of properties. The example registers the custom culture, and then instantiates it and makes it the current culture.
+
+
+ ## Remarks
+
+ For more information about this API, see [Supplemental API remarks for CultureAndRegionInfoBuilder](/dotnet/fundamentals/runtime-libraries/system-globalization-cultureandregioninfobuilder).
+
+ ## Example
+
+ The following example defines a custom ru-US culture that represents the Russian language in the United States. The example defines the custom culture by loading settings from the Russian (Russia) object and the U.S. object, and then sets a number of properties. The example registers the custom culture, and then instantiates it and makes it the current culture.
+
+ :::code language="csharp" source="~/snippets/csharp/System.Globalization/CultureAndRegionInfoBuilder/Overview/car.cs" id="Snippet1":::
+ :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.globalization.cultureandregioninfobuilder.class/vb/car.vb" id="Snippet1":::
+
+ ]]>
+
diff --git a/xml/System.Globalization/CultureInfo.xml b/xml/System.Globalization/CultureInfo.xml
index 5b572fc1719..8ea383ecf9b 100644
--- a/xml/System.Globalization/CultureInfo.xml
+++ b/xml/System.Globalization/CultureInfo.xml
@@ -86,14 +86,23 @@
Provides information about a specific culture (called a *locale* for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, the sort order of strings, and formatting for dates and numbers.
- For more information about this API, see Supplemental API remarks for CultureInfo.
-
- The following example shows how to create a object for Spanish (Spain) with the international sort and another object with the traditional sort.
+
+
+ ## Remarks
+
+ For more information about this API, see [Supplemental API remarks for CultureInfo](/dotnet/fundamentals/runtime-libraries/system-globalization-cultureinfo).
+
+ ## Example
+
+ The following example shows how to create a object for Spanish (Spain) with the international sort and another object with the traditional sort.
+
+ :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Globalization.CultureInfo_esES/CPP/spanishspain.cpp" id="Snippet1":::
+ :::code language="csharp" source="~/snippets/csharp/System.Globalization/CultureInfo/Overview/spanishspain.cs" id="Snippet1":::
+ :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Globalization.CultureInfo_esES/VB/spanishspain.vb" id="Snippet1":::
+
+ ]]>
+
diff --git a/xml/System.Globalization/RegionInfo.xml b/xml/System.Globalization/RegionInfo.xml
index 55139b85b49..4d62e2d4341 100644
--- a/xml/System.Globalization/RegionInfo.xml
+++ b/xml/System.Globalization/RegionInfo.xml
@@ -73,14 +73,23 @@
Contains information about the country/region.
- For more information about this API, see Supplemental API remarks for RegionInfo.
-
- The following example demonstrates several members of the class.
+
+
+ ## Remarks
+
+ For more information about this API, see [Supplemental API remarks for RegionInfo](/dotnet/fundamentals/runtime-libraries/system-globalization-regioninfo).
+
+ ## Example
+
+ The following example demonstrates several members of the class.
+
+ :::code language="cpp" source="~/snippets/cpp/VS_Snippets_CLR_System/system.Globalization.RegionInfo/CPP/regioninfo.cpp" id="Snippet1":::
+ :::code language="csharp" source="~/snippets/csharp/System.Globalization/RegionInfo/Overview/regioninfo.cs" interactive="try-dotnet" id="Snippet1":::
+ :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.Globalization.RegionInfo/VB/regioninfo.vb" id="Snippet1":::
+
+ ]]>
+
diff --git a/xml/System.Globalization/SortVersion.xml b/xml/System.Globalization/SortVersion.xml
index 691c97200ee..578012e2e1e 100644
--- a/xml/System.Globalization/SortVersion.xml
+++ b/xml/System.Globalization/SortVersion.xml
@@ -56,13 +56,22 @@
Provides information about the version of Unicode used to compare and order strings.
- For more information about this API, see Supplemental API remarks for SortVersion.
-
- The following example contains a portion of the source code from an application that uses the class to ensure that the native names of objects are ordered appropriately for the current system and current culture. It uses the and objects to store and retrieve ordered data from a data file named `Regions.dat` rather than retrieving and ordering data each time the application is run. The example first checks to determine whether the data file exists. If it does not, it creates the data and sets the `reindex` flag, which indicates that the data must be resorted and saved again. Otherwise, it retrieves the data and compares the saved object with the object for the current culture on the current system. If they are not equal, or if the `reindex` flag had been set previously, it resorts to the data.
+
+
+ ## Remarks
+
+ For more information about this API, see [Supplemental API remarks for SortVersion](/dotnet/fundamentals/runtime-libraries/system-globalization-sortversion).
+
+ ## Example
+
+ The following example contains a portion of the source code from an application that uses the class to ensure that the native names of objects are ordered appropriately for the current system and current culture. It uses the and objects to store and retrieve ordered data from a data file named `Regions.dat` rather than retrieving and ordering data each time the application is run. The example first checks to determine whether the data file exists. If it does not, it creates the data and sets the `reindex` flag, which indicates that the data must be resorted and saved again. Otherwise, it retrieves the data and compares the saved object with the object for the current culture on the current system. If they aren't equal, or if the `reindex` flag had been set previously, it resorts to the data.
+
+ :::code language="csharp" source="~/snippets/csharp/System.Globalization/SortVersion/Overview/example1.cs" id="Snippet1":::
+ :::code language="vb" source="~/snippets/visualbasic/VS_Snippets_CLR_System/system.globalization.sortversion/vb/example1.vb" id="Snippet1":::
+
+ ]]>
+