Gets localized object from the collection.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static IEntity2 GetLocalizedObject(
	IEntityCollection2 collection,
	IEntityField2 languageIdField
)
Visual Basic
Public Shared Function GetLocalizedObject ( 
	collection As IEntityCollection2,
	languageIdField As IEntityField2
) As IEntity2
Visual C++
public:
static IEntity2^ GetLocalizedObject(
	IEntityCollection2^ collection, 
	IEntityField2^ languageIdField
)
F#
static member GetLocalizedObject : 
        collection : IEntityCollection2 * 
        languageIdField : IEntityField2 -> IEntity2 

Parameters

collection
Type: IEntityCollection2
Collection to search / fill
languageIdField
Type: IEntityField2
Language id field

Return Value

Type: IEntity2
Localized IEntity2

See Also