| ILocalizationServiceGetString Method (String) |
Get the specified string in the current locale
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax string GetString(
string stringKey
)
Function GetString (
stringKey As String
) As String
String^ GetString(
String^ stringKey
)
abstract GetString :
stringKey : string -> string
Parameters
- stringKey
- Type: SystemString
[Missing <param name="stringKey"/> documentation for "M:SanteDB.Core.Services.ILocalizationService.GetString(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.Core.Services.ILocalizationService.GetString(System.String)"]
See Also