dotnet / dotnet/dotnet-api-docs
Missing Remarks For CultureInfo About InvariantGlobalization
- Lingua principale
- C#
- Stelle
- 949
- Fork
- 1.7k
- Merge medio
- 2g 19h
- PR unite (30g)
- 52
Descrizione
### Type of issue
Missing information
### Description
There is no remarks about how InvariantGlobalization impacts what CultureInfo is decided for the relevant static properties.
I could not detect the system culture set by the user through the following properties because InvariantGlobalization had been enabled by default without my acknowledgement when I created a new .NET 8 C# project in VS 2022.
```
CultureInfo.CurrentCulture
CultureInfo.CurrentUICulture
CultureInfo.InstalledUICulture
```
I only discovered InvariantGlobalization was enabled after trying to find non-invariant culture by name using `CultureInfo.GetCultureInfo`
CurrentCultures are more complex due to being per thread and changable, but I think at least InstalledUICulture needs some remarks about being overriden by InvariantGlobalization.
### Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-8.0
### Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Globalization/CultureInfo.xml
### Document Version Independent Id
4c239615-7734-6c50-7802-99e401b0eb28
### Article author
@dotnet-bot
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia da xml/System.Globalization/CultureInfo.xml e confronta la documentazione di CurrentCulture, CurrentUICulture e InstalledUICulture con la pagina collegata dell'API CultureInfo. Verifica quali osservazioni su InvariantGlobalization sono mancanti, in particolare il suo effetto su InstalledUICulture, e considera completata la issue quando la documentazione dell'API pertinente spiega questo comportamento.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- csharp
- Ambito
- documentation
- Tipo di issue
- Documentazione
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 48/100