Set default language based on Windows language.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
public interface IConfigurationService
|
||||
{
|
||||
bool Contains(string key);
|
||||
|
||||
void Set(string key, object value);
|
||||
T Get<T>(string key, T defaultValue = default);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user