readme updates
started working on localization
This commit is contained in:
12
SharedLibraryCore/Localization/Layout.cs
Normal file
12
SharedLibraryCore/Localization/Layout.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Localization
|
||||
{
|
||||
public class Layout
|
||||
{
|
||||
public string LocalizationName { get; set; }
|
||||
public Dictionary<string, string> LocalizationSet { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user