Re: problem with report to excel
Posted: Mon Sep 04, 2023 2:03 pm
As of now we are supporting Excel language translations for only
1 English, 2 Spanish, 3 French, 4 Portuguese, 5 German, 6 Italian
'en', 'es', 'fr', 'pt', 'de', 'it'
With your help and support, we will try to provide support for Dutch also.
Please help me with this information:
1) Like 'de' for German, 'es' for Spanish, what is it for Dutch?
2) Please provide translations for:
SUBTOTAL( -> SUBTOTAAL(
SUM( --> ???
TRUE --> ???
FALSE --> ???
Please run the small test and let us know the results:
If you don't mind me asking, are you from Netherlands?
1 English, 2 Spanish, 3 French, 4 Portuguese, 5 German, 6 Italian
'en', 'es', 'fr', 'pt', 'de', 'it'
With your help and support, we will try to provide support for Dutch also.
Please help me with this information:
1) Like 'de' for German, 'es' for Spanish, what is it for Dutch?
2) Please provide translations for:
SUBTOTAL( -> SUBTOTAAL(
SUM( --> ???
TRUE --> ???
FALSE --> ???
Please run the small test and let us know the results:
Code: Select all | Expand
oExcel := ExcelObj()
? nExcelLangID := oExcel:LanguageSettings:LanguageID( 2 )
? cDecimalSeparator := oExcel:International[ 3 ]
? cThousandsSeparator := oExcel:International[ 4 ]
? cListSeparator := oExcel:International[ 5 ]