-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom dialect resource files not loaded and shown as expected #376
Comments
Currently RXRM considers only languages known by Windows (anything returned by ResXResourceManager/src/ResXManager.Model/ResourceManager.cs Lines 269 to 292 in 96ec5cc
Maybe you have a better approach? |
I haven't looked over the source much yet, and I haven't found where the resx files are actually loaded. |
Actually the files will be loaded. However since |
Thank you very much @tom-englert, it works perfectly :) |
Not sure if this is a bug or by design.
My issue is that we have custom dialects in our project.
That is, we have .resx files with custom language codes like: en-GB-dev or en-GB-x-abc.
These custom dialect files are seen as separate resources and not as different languages.
ResXResourceManager:
This is apparently also an issue for VS, this is the folder in the project:
To Reproduce
Add two resource files with standard dialects, en-GB and en-US
Add a resource file with a custom dialects, en-GB-dev
Open ResXResourceManager and observe.
Expected behavior
I expected ResXResourceManager to show custom dialects the same way it shows standard dialects.
Is this an issue with ResXResourceManager, .NET, VS or what? :-)
The text was updated successfully, but these errors were encountered: