Click or drag to resize

PFModelingItemsCacheUpdateItemTranslations Method

Updates the text values of an item from the modeling items cache to the specified language. The specified item has to have an equivalent item in the model.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static void UpdateItemTranslations(
	PFItem item,
	string languageCode
)

Parameters

item
Type: Packflow.CorePFItem
languageCode
Type: SystemString
See Also