@L["Auth_ForgotPassword_Subtitle"]
+ +@L["Auth_Login_Subtitle"]
+ +@L["Auth_Profile_Subtitle"]
+@L["Common_Loading"]
+@userProfile.CreatedAt.ToString("MMMM dd, yyyy")
+@L["Auth_Register_Subtitle"]
+ +@L["Auth_ResetPassword_Subtitle"]
+ + @if (invalidToken) + { +@L["Auth_VerifyEmail_Verifying"]
+@L["Auth_VerifyEmail_Success"]
+ ++ @L["HeroSubtext"] +
+ + + +@L["Trust_Label"]
+@L["Features_Desc"]
+@L[f.Desc]
+@L["Industries_Desc"]
+@L[ind.Desc]
+@L["Steps_Desc"]
+@L["Step1_Desc"]
+@L["Step2_Desc"]
+@L["Step3_Desc"]
+@L["Pricing_Desc"]
+@L["Plan_Starter_Desc"]
+@L["Plan_Pro_Desc"]
+@L["Plan_Enterprise_Desc"]
+@L["CTA_Subtitle"]
+ +@L["CTA_Trust"]
+Sorry, the content you are looking for does not exist.
\ No newline at end of file diff --git a/apps/web-client-tpos-net/src/WebClientTpos.Client/Program.cs b/apps/web-client-tpos-net/src/WebClientTpos.Client/Program.cs new file mode 100644 index 00000000..264318ac --- /dev/null +++ b/apps/web-client-tpos-net/src/WebClientTpos.Client/Program.cs @@ -0,0 +1,52 @@ +using Microsoft.AspNetCore.Components.Web; +using Microsoft.AspNetCore.Components.WebAssembly.Hosting; +using MudBlazor.Services; +using WebClientTpos.Client; +using WebClientTpos.Client.Localization; +using Microsoft.Extensions.Localization; +using System.Globalization; + + +var builder = WebAssemblyHostBuilder.CreateDefault(args); +builder.RootComponents.AddLoading + aPOS...
+