Update language format from ll_CC to LCID#9566
Conversation
|
CC: @DJm00n @dreddy-work aren't LCIDs deprecated? |
LCIDs in this PR are used for Loc translation by an internal tool. The way our pipeline setup, it seems loc tools confused between |
|
This will be a pain to maintain in the future. Is it possible to raise an issue to change it back once the internal tool's issue is resolved? |
|
Please get an approval from the loc team |
I don't expect these files to change except for adding new strings. And we do not use |
|
It was mentioned in #8573. It was under: https://learn.microsoft.com/en-us/globalization/locale/standard-locale-names#the-deprecation-of-lcids But it looks like that was removed? I can't find it via wayback archive.org Edit: another link: https://learn.microsoft.com/en-us/globalization/locale/other-locale-names |
maybe you can just use LCID for this |
Here:
and also dotnet/runtime#82367 (comment) |
Related to #9556
loc team says ll-CC format is not working for some reason and suggested to change the format to LCID.
Microsoft Reviewers: Open in CodeFlow