0
shobhit created
6 Answer(s)
-
0
-
0
Hello @maliming, This is angular sample. i have to get value in C# api. Please help.
-
0
hi
var defaultLanguage = await settingProvider.GetOrNullAsync(LocalizationSettingNames.DefaultLanguage);
https://docs.abp.io/en/abp/latest/Settings#reading-the-setting-values
-
0
There is no API to get this. You can create your own, or just get a setting from javascript.
https://docs.abp.io/en/abp/latest/UI/AspNetCore/JavaScript-API/Settings
-
0
Thanks @maliming. Will check and revert back to you.
-
0
: )