Forum Discussion

Atul_Gupta's avatar
Atul_Gupta
Copper Contributor
Sep 25, 2023

Best practices to manage long custom policies ?

Hi Team,

 

I am trying to create custom policies in Azure B2C that need to be supported in more than 50 languages (including the OOB languages supported by MS). I need to understand what is best practice to store these translation.
Should all translations should be stored in single xml file (e.g.)  TrustFrameworkLocalization.xml

or as there can be a way to have in multiple files so that one file have translation for only one language.

 

Also what best practices says that all user journeys and technical profiles should be defined in single xml (TrustFrameworkExtensions.xml) or we should have one file for each user journey.

Resources