You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/TimeZoneInfo.xml
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3418,9 +3418,11 @@ This method returns a new <xref:System.TimeZoneInfo> instance for each method ca
3418
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.
3419
3419
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
3420
3420
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.
3422
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.
3423
3423
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
+
3424
3426
]]></format>
3425
3427
</remarks>
3426
3428
</Docs>
@@ -3476,9 +3478,11 @@ However, in .NET, the ICU library is not always used by default, particularly in
3476
3478
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.
3477
3479
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
3478
3480
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.
3480
3482
- 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.
3481
3483
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
+
3482
3486
]]></format>
3483
3487
</remarks>
3484
3488
</Docs>
@@ -3536,9 +3540,11 @@ However, in .NET, the ICU library is not always used by default, particularly in
3536
3540
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.
3537
3541
However, in .NET, the ICU library is not always used by default, particularly in the following scenarios:
3538
3542
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.
3540
3544
- 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.
3541
3545
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.
0 commit comments