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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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 methodGetAvailableLocales Gets all the locales which have codes in this manager
Public methodGetString(String) Get the specified string in the current locale
Public methodGetString(String, Object) Format a stringKey with parameters
Public methodGetString(String, String) Get the specified stringKey in locale
Public methodGetString(String, String, Object) Format a stringKey from locale with parameters
Public methodGetStrings Get all strings in the specified locale
Public methodReload Reload string definitions
Top
See Also