Skip to content

Commit 20131e6

Browse files
tarekghgewarren
andauthored
Apply suggestions from code review
Co-authored-by: Genevieve Warren <[email protected]>
1 parent b9825e2 commit 20131e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System/TimeZoneInfo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,13 +3415,13 @@ This method returns a new <xref:System.TimeZoneInfo> instance for each method ca
34153415
34163416
## Remarks
34173417
3418-
This API is exclusively supported on .NET 6.0 and later versions. It is also supported when the application utilizes the ICU library, otherwise the API will fail.
3418+
This API is exclusively supported on .NET 6 and later versions, and only when the application utilizes the ICU library.
34193419
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
34203420
3421-
- When the application runs on an operating system that does not have the ICU library, and the app does not utilize the [APP-Local ICU](https://learn.microsoft.com/en-us/dotnet/core/extensions/globalization-icu#app-local-icu) feature.
3422-
- When the [Globalization Invariant Mode](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md) or [NLS mode](https://learn.microsoft.com/en-us/dotnet/core/extensions/globalization-icu#use-nls-instead-of-icu) is enabled on Windows OS.
3421+
- When the application runs on an operating system that does not have the ICU library, and the app does not utilize the [app-local ICU](/dotnet/core/extensions/globalization-icu#app-local-icu) feature.
3422+
- When the [globalization invariant mode](https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md) or [NLS mode](/dotnet/core/extensions/globalization-icu#use-nls-instead-of-icu) is enabled on Windows.
34233423
3424-
If the application is running on a Windows OS version that lacks the ICU library, it has the option to opt-in and enable the usage of the ICU library through the [App-Local ICU](https://learn.microsoft.com/en-us/dotnet/core/extensions/globalization-icu#app-local-icu) feature.
3424+
If the application is running on a Windows OS version that lacks the ICU library, it has the option to opt-in and enable the usage of the ICU library through the [app-local ICU](/dotnet/core/extensions/globalization-icu#app-local-icu) feature.
34253425
34263426
]]></format>
34273427
</remarks>

0 commit comments

Comments
 (0)