Plugin language files not working when deployed to Azure app service
Hi All,
I have added a few plugins of various types to my site. There are some content apps, some property editors and some sections/dashboards. All works well as per the tutorials and documentation, except for including new language keys:
This works perfectly on my local machine. But when I publish to my (linux) app service, none of the aliases are replaced with the correct language.
I feel like I have followed the instructions exactly.
my language files are all located in folders of the format:
"/App_Plugins/mypackage/Lang/en-US.xml"
The "Lang" folder has a capital L as per the note.
The files are present and in the correct folder on the server. I can see them there when I FTP.
I assume the content of the language files themselves are OK, cause it is working locally.
So the only thing I can think of is that there is some difference between how the files are loaded on my local windows machine Vs on the linux app service.
Plugin language files not working when deployed to Azure app service
Hi All,
I have added a few plugins of various types to my site. There are some content apps, some property editors and some sections/dashboards. All works well as per the tutorials and documentation, except for including new language keys:
https://our.umbraco.com/documentation/extending/Packages/Language-Files-For-Packages/#including-new-language-keys
This works perfectly on my local machine. But when I publish to my (linux) app service, none of the aliases are replaced with the correct language.
I feel like I have followed the instructions exactly.
my language files are all located in folders of the format:
"/App_Plugins/mypackage/Lang/en-US.xml"
The "Lang" folder has a capital L as per the note. The files are present and in the correct folder on the server. I can see them there when I FTP.
I assume the content of the language files themselves are OK, cause it is working locally.
So the only thing I can think of is that there is some difference between how the files are loaded on my local windows machine Vs on the linux app service.
Anyone had this issue?
is working on a reply...