Interface ICultureInfoUpdater
Service that used for retrieving user System.Globalization.CultureInfo
Namespace: TelegramModularFramework.Services.Globalization
Assembly: TelegramModularFramework.dll
Syntax
public interface ICultureInfoUpdater
Methods
| Improve this Doc View SourceGetCultureInfo(ModuleContext)
Retrieve System.Globalization.CultureInfo from current ModuleContext
Declaration
CultureInfo GetCultureInfo(ModuleContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| ModuleContext | context |
Returns
| Type | Description |
|---|---|
| System.Globalization.CultureInfo | System.Globalization.CultureInfo |