Adding Multilingual Support

To add multilingual support to the button:

  1. Add any Message Catalog entries necessary for multilingual support.

  2. Create an iScript method to get the language-specific information from the Message Catalog. This is an example:

    Function IScript_ GetData
    	%Response.Write (MsgGetText(1234, 1, "Message not found."); 
    End-Function;
    
  3. Send an AJAX request from the plug-in to the iScript method.

    The response is the language-specific information.

  4. Use the data as the new language information for the button.