Translate
Specifies to use files containing text in the user's language. Names of these files have the following format:
<file name>_<language>.<extension>
where <language> is the language set for the user in Sage CRM.
Values
This parameter can take one of the following values:
- true. Searches for files in the user's language.
- false. Searches for files that do not contain the <language> suffix.
Examples
var afile;
afile = CRM.GetBlock('file');
afile.FileName = 'Results.htm';
afile.Translate = true;
Specifies to use the file containing text in the user's language.
For example, if the user's language in Sage CRM is set to US English, this example looks for the Results_US.htm file.