Search code examples
abp-framework

German Umlaute in Translation in abp.io


io Community,

I am using the build in translation. Within my json I have following translation:

enter image description here

Within my razor page I use it here:

enter image description here

However, the output is: enter image description here

How can I avoid this (UTF?) problem?


Solution

  • Save your de.json file as UTF-8

    Check out:

    https://github.com/abpframework/abp/issues/4626 https://github.com/abpframework/abp/issues/2180#issuecomment-554852256