Respect CurrentCulture also in CG

This commit is contained in:
JustArchi
2017-01-08 15:29:04 +01:00
parent 1affdb4e74
commit bbefb7d507
3 changed files with 24 additions and 1 deletions

View File

@@ -168,6 +168,15 @@ namespace ConfigGenerator.Localization {
}
}
/// <summary>
/// Looks up a localized string similar to Your provided CurrentCulture is invalid, ConfigGenerator will keep running with default one!.
/// </summary>
internal static string ErrorInvalidCurrentCulture {
get {
return ResourceManager.GetString("ErrorInvalidCurrentCulture", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This name is already used!.
/// </summary>