Skip to content
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

Don't use ClasspathResourceManager for localisation #49

Open
TerryEbdon opened this issue Nov 7, 2022 · 0 comments
Open

Don't use ClasspathResourceManager for localisation #49

TerryEbdon opened this issue Nov 7, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@TerryEbdon
Copy link
Owner

The Language resource bundle is located via ClasspathResourceManager. This should not be needed; it would be better to use ResourceBundle.getBundle

It's possible that the existing code is not respecting the user's locale settings. 🐞

See also: #33

@TerryEbdon TerryEbdon added bug Something isn't working enhancement New feature or request labels Nov 7, 2022
@TerryEbdon TerryEbdon self-assigned this Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant