Archive: Localized names for components


Localized names for components
Hi!

I've been trying to find any doc on this but haven't succeeded. I want to have the name for each component in the component window in MUI to have different names depending on which language is selected.

As far as I can tell the section name is used for the component name in the component page. I also figure this is set at compile-time meaning I can't use a variable for it. Is there a way to change the name at run-time?

Thanks


The text is set on run-time. You can use variables and language strings.

In this case it's easier to use a language string.


Thanks, I just found an example in languages.nsi. I missed looking there since I was only checking the Multiple languages.nsi in the Modern UI examples...