Click or drag to resize

ApiSessionLocalizeString Method

looks up a localized string with the given Loca-Id and formats the resulting text with the given parameters using the normal string.Format patterns

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string LocalizeString(
	string aLocaId,
	params Object[] aParams
)

Parameters

aLocaId
Type: SystemString
the loca-id to use
aParams
Type: SystemObject
the parameters used for formatting

Return Value

Type: String
the text in the current articy:draft UI language
See Also