Click or drag to resize

ApiSessionLocalizeStringNoFormat Method

looks up a localized string with the given Loca-Id

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public string LocalizeStringNoFormat(
	string aLocaId
)

Parameters

aLocaId
Type: SystemString
the loca-id to use

Return Value

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