//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace BlazorWebassemblyI18n.Resources { using System; [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [System.Diagnostics.DebuggerNonUserCodeAttribute()] [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class App { private static System.Resources.ResourceManager resourceMan; private static System.Globalization.CultureInfo resourceCulture; [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal App() { } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Resources.ResourceManager ResourceManager { get { if (object.Equals(null, resourceMan)) { System.Resources.ResourceManager temp = new System.Resources.ResourceManager("BlazorWebassemblyI18n.Resources.App", typeof(App).Assembly); resourceMan = temp; } return resourceMan; } } [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] internal static System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } internal static string City { get { return ResourceManager.GetString("City", resourceCulture); } } internal static string Employee_Data { get { return ResourceManager.GetString("Employee Data", resourceCulture); } } internal static string Female { get { return ResourceManager.GetString("Female", resourceCulture); } } internal static string Gender { get { return ResourceManager.GetString("Gender", resourceCulture); } } internal static string Joining_Date { get { return ResourceManager.GetString("Joining Date", resourceCulture); } } internal static string Male { get { return ResourceManager.GetString("Male", resourceCulture); } } internal static string Name { get { return ResourceManager.GetString("Name", resourceCulture); } } internal static string Salary { get { return ResourceManager.GetString("Salary", resourceCulture); } } internal static string Select_Gender { get { return ResourceManager.GetString("Select Gender", resourceCulture); } } internal static string Title { get { return ResourceManager.GetString("Title", resourceCulture); } } } }