Interface ITlumachSettingsProvider
- Namespace
- Tlumach.Extensions.Localization
- Assembly
- Tlumach.Extensions.Localization.dll
An interface that defines the GetOptionsFor method of the settings provider.
public interface ITlumachSettingsProvider
Methods
GetOptionsFor(string)
Returns the options set for the given context.
TlumachLocalizationOptions GetOptionsFor(string context)
Parameters
contextstringThe context to retrieve the options for.
Returns
- TlumachLocalizationOptions
An instance of options or the default value if the options specific for the context were not found.