-
Notifications
You must be signed in to change notification settings - Fork 3
Localization
Thomas Möller edited this page Apr 5, 2022
·
5 revisions
Localization
This class contains the properties related to the localization and the related script.
- none
The following sections contain a detailed description of the properties and methods.
With this property you pass the url of the cdn of the localization file.
--
myPivot.Localization.CDN = "https://cdnjs.cloudflare.com/ajax/libs/pivottable/2.23.0/pivot.de.min.js"
This property controls the localization.
{empty} resulting in "en"
myPivot.Localization.Locale = "de"
--
With this property you pass the path to the localization file.
--
myPivot.Localization.PathFilename = CurrentProject.Path & "\pivot.de.min.js"
With this property you can specify where the localization file is located.
Possible values are:
- CDN
- LocalFile
When you choose "CDN" then the url in the property CDN is inserted to the html file.
When you choose "LocalFile" then the path and file name in the property PathFilename is inserted to the html file.
CDN
myPivot.Localization.Source = ptScriptSource.CDN