How to use Multi-Language in your web app

Members

(constant) Use Multi-Language in your web app

User can use the function to display multi-languages for their web app content.

Example
# A multilingual entry named menu has been configured
     const display = TComponents.Component_A.t('home');
     Instance.Button_1.text = display;