Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

How to have two files for same langauge for multi-site development?

Vote:
 

We get labels and text displayed on site from the language file. We want to have different text per sitewhen getting string from localization service. Is there a way to have two files (.xml) each for one site per language. When the string is pulled it always gets from the file that site is assigned to. 

Thanks

#208621
Edited, Oct 29, 2019 0:40
Vote:
 

I think that this is the way that the .NET standard translation using resource files works. This is what standard Episerver is relying on, and by default will not enable multiple xPath expressions (for multiple translations).

It may be possible to inject some logic however. I'd suggest having a look at Valdis' DB Localisation Provider which is obviously intercepting and modifying the standard behaviour of translations. Its a great AddOn to be aware of anyway, but you may find some inspiration in there for changing the standard logic to check for the current site and modify its behaviour. 

Good luck

#208622
Oct 29, 2019 2:25
Vote:
 

Hi Sthapa,

Out-of-the-box, it is not available but you can use @Marcus approach to achieve this.

#208624
Oct 29, 2019 4:36
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.