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
For the backend, I will use the .NET .resx format. For the frontend, the translations will be put in a localizable .ts file.
The text was updated successfully, but these errors were encountered:
With the following code, the language can be set in the .NET backend:
var culture = new CultureInfo("nl_NL"); CultureInfo.DefaultThreadCurrentCulture = culture; CultureInfo.DefaultThreadCurrentUICulture = culture;
It should be executed as part of a piece of middleware.
Sorry, something went wrong.
No branches or pull requests
For the backend, I will use the .NET .resx format. For the frontend, the translations will be put in a localizable .ts file.
The text was updated successfully, but these errors were encountered: