When viewing UX, you may run into a message for missing text for a particular language similar to:
[Missing text '/dope/gotomydashboard' for 'Chinese']
[Missing text '/dope/gotoeditview' for 'Chinese']
It could be that your FileXmlLocalizationProvider is broken
Make sure your episerver.framework file contains the following
<localization fallbackBehavior="Echo, MissingMessage, FallbackCulture" fallbackCulture="en"> <providers> <add virtualPath="~/Your/Path/To/Translations" name="languageFiles" type="EPiServer.Framework.Localization.XmlResources.FileXmlLocalizationProvider, EPiServer.Framework" /> </providers>
Please sign in to leave a comment.