We have the problem that the Language Addon Gadget is only visible if the user language in CMS is set to English.
If it is set to another language, it is not visible.
I understand that it is not localized, but how would it possible to make it available to add in all languages (even if it is displayed in English)? Our users use the CMS in German and they would like to use this gadget.
Another, related problem is that if a user adds it in English, then sets the language to another one (e.g. German), the gadget is still there but without any resources displayed.
It turned out to be because of incorrect fallbackBehavior configuration in our project, FallbackCulture was missing. Thanks for pointing out that it should work.
We have the problem that the Language Addon Gadget is only visible if the user language in CMS is set to English. If it is set to another language, it is not visible. I understand that it is not localized, but how would it possible to make it available to add in all languages (even if it is displayed in English)? Our users use the CMS in German and they would like to use this gadget.
Another, related problem is that if a user adds it in English, then sets the language to another one (e.g. German), the gadget is still there but without any resources displayed.
Thank you in advance.