Missing information on how to get localization working on Linux images
- Dominant language
- No language data
- Stars
- 4.8k
- Forks
- 6.1k
- Avg merge
- 19h 10m
- Merged PRs (30d)
- 268
Description
### Type of issue
Other (describe below)
### Description
The page is missing information on how to get localization working on Linux.
From what I can gather, when using the official "alpine" images in Docker/Kubernetes the following packages must be installed:
- icu-libs
- icu-data-full
using the `apk add --no-cahce icu-data-full icu-libs` command and then setting the environment variable as documented in this page.
Failure to install *both* packages will make the code run without exception but won't do the actual localization.
### Page URL
https://learn.microsoft.com/en-us/dotnet/core/runtime-config/globalization
### Content source URL
https://github.com/dotnet/docs/blob/live/docs/core/runtime-config/globalization.md
### Document Version Independent Id
5591d41e-b330-8066-e193-79c6ff037fb6
### Article author
@gewarren
### Metadata
* ID: 047c947a-f6e8-5aa8-3217-37687eedb408
* Service: **dotnet-fundamentals**
Contributor guide
Assessment
This issue has not been assessed yet.