Hi,
Episerver 4.60 has the functionality to specify the order of fallback languages per language.
E.g.
English > French > German
French > English > German
German > English > French
Is there a way in code to manipulate this?
Thanks!
Danie
Hi Daniel,
the language fallback is handled by the class EPiServer.DataAbstraction.PageLanguageSetting and is handled like the dynamic properties is handled. To modify this programmatically take a look in the SDK in EPiServer.DataAbstraction -> PageLanguageSetting.