<cI18N>.Load

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > I18N > cI18N class > <cI18N> Methods >

<cI18N>.Load

 

Description

 

Parse and load key/values data pair from a valid XML language translation file or files.

 

Syntax

 

Syntax

 

s = <cI18N>.Load(XMLPath, XMLFileNamePattern)

 

Returns

 

String

 

Parameters

 

Name

Type

Optional

Meaning

XMLPath

String

No

A valid path where to find AppConfig XML file(s)

XMLFileNamePattern

String

No

A valid AppConfig XML file name (no path) pattern.

Wild char * and ? are valid.

Function will try to load all files followinf the specified pattern

 

 

Remarks

 

Restrictions

 

See also

 

Examples