|
@@ -3,5 +3,6 @@ namespace COM3D2.MeidoPhotoStudio.Plugin
|
|
internal static class Configuration
|
|
internal static class Configuration
|
|
{
|
|
{
|
|
public static bool ModItemsOnly { get; private set; } = false;
|
|
public static bool ModItemsOnly { get; private set; } = false;
|
|
|
|
+ public static string CurrentLanguage { get; private set; } = "en";
|
|
}
|
|
}
|
|
}
|
|
}
|