We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users from different countries may have requirement to receive API response in their native language.
Need to design a system that makes use of Accept-Language header to return the response payload in desired language.
Check this link https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
The text was updated successfully, but these errors were encountered:
Some useful resources.
Properties https://stackoverflow.com/questions/6978415/properties-vs-resource-bundle https://docs.oracle.com/javase/tutorial/i18n/resbundle/propfile.html
Locale https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
https://stackoverflow.com/questions/4276061/how-to-internationalize-a-java-web-application/4278571#4278571
Sorry, something went wrong.
No branches or pull requests
Users from different countries may have requirement to receive API response in their native language.
Need to design a system that makes use of Accept-Language header to return the response payload in desired language.
Check this link
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
The text was updated successfully, but these errors were encountered: