Click or drag to resize

ILocalizationService Interface

Interface which provides localization functions

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ILocalizationService : IServiceImplementation

The ILocalizationService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodFormatString(String, Object)
Format a stringKey with parameters
Public methodFormatString(String, String, Object)
Format a stringKey from locale with parameters
Public methodGetString(String)
Get the specified string in the current locale
Public methodGetString(String, String)
Get the specified stringKey in locale
Public methodGetStrings
Get all strings in the specified locale
Public methodReload
Reload string definitions
Top
See Also