I want to use a different language on my cube (not english).
I use PivotCubeX on a html page.
When i change the texts of the localization file 'C:\Program Files\PivotCubeX\Runtime\PivotCube.lng', nothing happends.
so, the file isn't used.
i wrote :
- Code: Select all
<script LANGUAGE="VBScript">
Sub SubLoad()
PCX.Width = 850
PCX.LoadLngFile 'C:\Program Files\PivotCubeX\Runtime\PivotCube.lng'
End Sub
on the demo file, but it doesn't work.
Could you help me to load this file, please ?
regards,
Cedric.