 | AppletMenuGetText Method |
Gets the specified name
Namespace: SanteDB.Core.Applets.ModelAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic 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 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