InquirePhraseTranslation
Use this action to inquire a phrase translation.
Required parameters
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| language | Alphanumeric string | 
               The language name. This is a key field. Cannot be blank. Records with blank languages are the default language titles. Maximum length for strings is 10.  | 
            
| phrase | Alphanumeric string | 
               The descriptive text present in a form. This is a key field. Maximum length for strings is 50.  | 
            
| token | Alphanumeric string | 
               The token name, program code or form ID. This is a key field. Maximum length for strings is 10.  | 
            
XML request format
Format of the request XML payload for GET method calls. Note that these must always be wrapped by <ACTION> nodes.
<PHRASEXLT language="TESTLANG" token="" phrase=" Account" longPhrase=" LngAcct" shortPhrase=" ShortAcct" >
</PHRASEXLT>