summaryrefslogtreecommitdiff
path: root/wizards/source/scriptforge/SF_L10N.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/scriptforge/SF_L10N.xba')
-rw-r--r--wizards/source/scriptforge/SF_L10N.xba4
1 files changed, 4 insertions, 0 deletions
diff --git a/wizards/source/scriptforge/SF_L10N.xba b/wizards/source/scriptforge/SF_L10N.xba
index 859f67386ba4..6bc6b236f3f3 100644
--- a/wizards/source/scriptforge/SF_L10N.xba
+++ b/wizards/source/scriptforge/SF_L10N.xba
@@ -51,6 +51,10 @@ Option Explicit
''' CreateScriptService("L10N"[, FolderName[, Locale]])
''' FolderName: the folder containing the PO-files (in SF_FileSystem.FileNaming notation)
''' Locale: in the form la-CO (language-COUNTRY)
+''' Encoding: The character set that should be used (default = UTF-8)
+''' Use one of the Names listed in https://www.iana.org/assignments/character-sets/character-sets.xhtml
+''' Locale2: fallback Locale to select if Locale po file does not exist (typically "en-US")
+''' Encoding2: Encoding of the 2nd Locale file
''' Service invocation examples:
''' Dim myPO As Variant
''' myPO = CreateScriptService("L10N") ' AddText, AddTextsFromDialog and ExportToPOTFile are allowed