Click or drag to resize

AppletMenuGetText Method

Gets the specified name

Namespace: SanteDB.Core.Applets.Model
Assembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntax
public string GetText(
	string language,
	bool returnNuetralIfNotFound = true
)

Parameters

language  String

[Missing <param name="language"/> documentation for "M:SanteDB.Core.Applets.Model.AppletMenu.GetText(System.String,System.Boolean)"]

returnNuetralIfNotFound  Boolean  (Optional)

[Missing <param name="returnNuetralIfNotFound"/> documentation for "M:SanteDB.Core.Applets.Model.AppletMenu.GetText(System.String,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Core.Applets.Model.AppletMenu.GetText(System.String,System.Boolean)"]

See Also