Hi,
I have created a custom LWC component in English language and added this component in a 2nd generation managed package. Component is working fine in English language but my requirement is to show a LWC component which support multiple language when a user views it. When a user installs my package and see the components, then it should be visible in user's language which can be any language other than English.
For example - if a French native language user sees the component, the component's html content should be visible in French language instead of English language.
Does anybody knows how to allow multi-language support in LWC? Please suggest something. Thanks in advance.
Hi, if I need the Apex data to be available in multiple languages as well, is that possible?