Localization Provider
ILocalizationService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Interface which provides localization functions
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GetString | String | String stringKey | Get the specified string in the current locale |
GetString | String | String locale String stringKey | Get the specified string in the current locale |
GetString | String | String stringKey Object parameters | Get the specified string in the current locale |
GetString | String | String locale String stringKey Object parameters | Get the specified string in the current locale |
GetAvailableLocales | IEnumerable<String> | none | TODO |
GetStrings | IEnumerable<KeyValuePair<String,String>> | String locale | Get all strings in the specified locale |
Reload | void | none | TODO |
Implementations
Applet Localization Service - (SanteDB.Core.Applets)
Applet localization
Service Registration
Example Implementation
References
Last updated