Click or drag to resize

AppStringFileEntryHasDefaultEnglishValue Method

HasDefaultEnglishValue

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static List<AppStringFileEntry> HasDefaultEnglishValue(
	IEnumerable<AppStringFileEntry> strings,
	string locale
)

Parameters

strings
Type: System.Collections.GenericIEnumerableAppStringFileEntry
locale
Type: SystemString

Return Value

Type: ListAppStringFileEntry
See Also