Members
(constant) Use Multi-Language in your web app
User can use the function to display multi-languages for their web app content.
# A multilingual entry named menu has been configured
const display = TComponents.Component_A.t('home');
Instance.Button_1.text = display;