GetRawPhrase
Description: | Returns a phrase in the provided language, if it exists. |
Returns: | Text |
Usage: | Script or Steady State |
Function Groups: |
String and Buffer |
Related to: | GetParmPhrase | GetDatePhrase | GetTimePhrase |
Format: | Layer\GetRawForLang(PhraseID, Language) |
Parameters: |
PhraseID |
Required. The identifying key for a phrase. May be either a string ID that uniquely identifies given text or a ParmPhrase structure, which consists of a PhraseID and up to 10 parameters. |
LanguageID |
Required text. Name of the language for which the phrase is to be found. |
Comments: |
Unlike \GetPhrase there is no defaulting to the default language or the PhraseID itself. Also, this will not look at strings provided by subordinate applications. |