XIH.SetResourceText
Creates or sets a resource text (string) for the specified resource key and language.
Syntax
XIH.SetResourceText(key, text, language)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
key | string | String specifies the resource text's key. | "key1" |
text | string | String specifies the resource text | "hours" |
language | string | String specifies the language with the CultureInfoName. | "en-GB" |
Remarks
Returns 1 or True depending on type.
Examples
XIH.SetResourceText(
"mysite"
,
"Stunde"
,
"de-AT"
)
Related
- Parameters
- Resources
- XIH Functions