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
Hi,
I added a fr.json file and the language in ConfigureLocalizationServices. The json file contains translations that contain accents, e.g.: Téléphone.
fr.json
ConfigureLocalizationServices
Téléphone
These words show up like this:
When checking the file ApplicationConfigurationScript, they are represented as �. Any idea of where the problem might be?
ApplicationConfigurationScript
�
The text was updated successfully, but these errors were encountered:
Nevermind, I didn't know Visual Studio creates files in a weird encoding. Changing it to UTF-8 works. Sorry!
Sorry, something went wrong.
Related #2180 (comment)
No branches or pull requests
Hi,
I added a
fr.json
file and the language inConfigureLocalizationServices
.The json file contains translations that contain accents, e.g.:
Téléphone
.These words show up like this:
When checking the file
ApplicationConfigurationScript
, they are represented as�
.Any idea of where the problem might be?
The text was updated successfully, but these errors were encountered: