Load a key from specific i18n Dictionary via sightly
Hello Community Members,
A quick question, We have multi-tenant application, where we i18n dictionary for having same keys but different meanings, ex "welcome_message": "Welcome to My Site", in TenantA, where as for in TenantB, "welcome_message": "Welcome to My SiteB", So i dont have any Javabased logic and i am using simple sightly to display them.
${'welcome_message' @ i18n}So based on above, i am getting TenantB msg in TenantA.
Is there a way to load a specific dictionary values via sightly?
