i have a requirement to fetch same content in 3 different languages based on locale of the browser automatically. Can someone help how this can be done?
Let's say I have a component which I can use in any site but if my sites is in different languages say EN, FR, SW how can my component come to know which language should pick at run time to display the labels etc.
i have a requirement to fetch same content in 3 different languages based on locale of the browser automatically.