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.481-alpha
Syntax
public string GetText(
	string language,
	bool returnNuetralIfNotFound = true
)

Parameters

language
Type: SystemString

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

returnNuetralIfNotFound (Optional)
Type: SystemBoolean

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

Return Value

Type: String

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

See Also