dotnet / ResXResourceManager

Manage localization of all ResX-Based resources in one central place.
MIT License
1.33k stars 218 forks source link

Norwegian locale "nb-NO" disappeared from language list. #636

Closed salixzs closed 8 months ago

salixzs commented 8 months ago

After latest update ResXResourceManager did not recognize previosuly managed resource files with postfix "*.nb-NO.resx". (So far correct way to use Norwegian Bokmal) It also disappeared from available languages list: image

I looked over latest code changes, but nothing indicates some change in this.

Maybe it is not the bug as this language code had issues in .Net itself and they fixed it in .Net 8.0 somehow. I am using:

If it is not the bug - should we just rename *.nb-NO.resx into nb.resx as the "new way to go" from now on?

tom-englert commented 8 months ago

This list is provided by the DotNet Framework, not by RXRM, and yes, looks like nb is the correct one.