Skip to content

Commit b9825e2

Browse files
committed
Added extra text in the remarks
1 parent c1383bb commit b9825e2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

xml/System/TimeZoneInfo.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,9 +3418,11 @@ This method returns a new <xref:System.TimeZoneInfo> instance for each method ca
34183418
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.
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 ICU APP-Local feature.
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.
34223422
- 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.
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.
3425+
34243426
]]></format>
34253427
</remarks>
34263428
</Docs>
@@ -3476,9 +3478,11 @@ However, in .NET, the ICU library is not always used by default, particularly in
34763478
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.
34773479
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
34783480
3479-
- When the application runs on an operating system that does not have the ICU library, and the app does not utilize the ICU APP-Local feature.
3481+
- 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.
34803482
- 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.
34813483
3484+
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.
3485+
34823486
]]></format>
34833487
</remarks>
34843488
</Docs>
@@ -3536,9 +3540,11 @@ However, in .NET, the ICU library is not always used by default, particularly in
35363540
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.
35373541
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
35383542
3539-
- When the application runs on an operating system that does not have the ICU library, and the app does not utilize the ICU APP-Local feature.
3543+
- 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.
35403544
- 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.
35413545
3546+
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.
3547+
35423548
]]></format>
35433549
</remarks>
35443550
</Docs>

0 commit comments

Comments
 (0)