| 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
)
Public Function GetText (
language As String,
Optional returnNuetralIfNotFound As Boolean = true
) As String
public:
String^ GetText(
String^ language,
bool returnNuetralIfNotFound = true
)
member GetText :
language : string *
?returnNuetralIfNotFound : bool
(* Defaults:
let _returnNuetralIfNotFound = defaultArg returnNuetralIfNotFound true
*)
-> string
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