BiL10nLoader
This class handles the loading and interpretation of localization templates files. This loader search for language specific template file i.e.. <ADF name>_en.xml
This class extends
BiXmlLoader
and therefore all methods and fields available for
BiXmlLoader
are also available for
BiL10nLoader
.
Constructor
new
BiL10nLoader
(
[
sLanguage
[
,sDefaultLanguage
[
,oUri
[
,sPrefix
]
]
]
]
)
Parameters
| Name | Type | Optional | Default | Descripton |
sLanguage |
string |
![]() |
The language | |
sDefaultLanguage |
string |
![]() |
The default language | |
oUri |
|
![]() |
The uri | |
sPrefix |
string |
![]() |
The prefix in the localization template files i.e. <prefix>_en.xml |
Properties
Methods
None.
Events
None.
Static Methods
None.
Static Fields
None.
Remarks
