Click or drag to resize

MultilanguageStringExtensionsGetLanguageStringOrAny Method

Gets specified language string. If not available - any.

Namespace:  Aloe.EnterpriseOne.Model
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static string GetLanguageStringOrAny(
	this MultilanguageString str,
	string languageKey
)

Parameters

str
Type: Aloe.EnterpriseOne.ModelMultilanguageString
The string.
languageKey
Type: SystemString
The language key to query.

Return Value

Type: String
The language string for the specified language or any if not found.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MultilanguageString. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also