| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Security.AccessControl; |
| | | using System.Text; |
| | | |
| | | namespace Tiger.IBusiness |
| | |
| | | { |
| | | public static IConfiguration Configuration => RheaConfig.Configuration; |
| | | public static string DB_ModelAssembly => RheaConfig.DB_ModelAssembly; |
| | | public static string DefaultLanguage => Configuration["DefaultLanguage"] ?? "en"; |
| | | public static string DefaultLanguage => Configuration?["DefaultLanguage"] ?? "en-us"; |
| | | public static void InitConfig(IConfiguration _configuration, Dictionary<string, Dictionary<string, string>> language) |
| | | { |
| | | //Init Rhea |