Applies To: |
|
Summary: |
The page print button in the CSV_include
template doesn’t support multi language. The text shown in the popup when you click on the print page button is always in English. |
Solution: |
The button is calling the CSV_Nav_PagePrint function. This function does not have @(……) to enable the substitution to another language. Copy the following function into your project and call this function instead of CSV_Nav_PagePrint when you click on the button in the template. You will of course also have to add the translation of “Print” and “Print current Page” in the corresponding language dbf file. STRING
msPrintPage;
END |
Keywords: |
Related Links
Attachments