Click or drag to resize

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
)

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