 | ILocalizationServiceGetString(String, String) Method |
Get the specified stringKey in locale
Namespace: SanteDB.Core.ServicesAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxstring GetString(
string locale,
string stringKey
)
Function GetString (
locale As String,
stringKey As String
) As String
String^ GetString(
String^ locale,
String^ stringKey
)
abstract GetString :
locale : string *
stringKey : string -> string Parameters
- locale String
[Missing <param name="locale"/> documentation for "M:SanteDB.Core.Services.ILocalizationService.GetString(System.String,System.String)"]
- stringKey String
[Missing <param name="stringKey"/> documentation for "M:SanteDB.Core.Services.ILocalizationService.GetString(System.String,System.String)"]
Return Value
String[Missing <returns> documentation for "M:SanteDB.Core.Services.ILocalizationService.GetString(System.String,System.String)"]
See Also