Implementing Localization in Your .NET 8 Blazor Application: A Step-by-Step Guide🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 19

  • @michaelbolus9487
    @michaelbolus9487 3 หลายเดือนก่อน

    I followed your code example for the home component. however, I am receiving the below error.
    InvalidOperationException: Cannot provide a value for property 'Localizer' on type 'OmniSync.GlobalMarketing.Components.Pages.Home'. There is no registered service of type 'Microsoft.Extensions.Localization.IStringLocalizer`1[OmniSync.GlobalMarketing.Components.Pages.Home]'.

    • @Netcode-Hub
      @Netcode-Hub  3 หลายเดือนก่อน

      You need to register the localization service.
      Take your time and go through, you skipped that.

    • @rappisheep82
      @rappisheep82 2 หลายเดือนก่อน

      @@Netcode-Hub i registered it and i also still get this error. in program.cs "builder.Services.AddNetcodeHubLocalizationService();"

  • @abdoha6227
    @abdoha6227 3 วันที่ผ่านมา

    How RTL ?

  • @nonhelpablegamer6070
    @nonhelpablegamer6070 20 วันที่ผ่านมา

    can this same work be implemented into a dotnet core API?
    if yes what changes need to be done. a short description is enough

    • @Netcode-Hub
      @Netcode-Hub  18 วันที่ผ่านมา

      Haven't tested it yet, maybe its about time you give a try

  • @jamanapavitra9318
    @jamanapavitra9318 10 หลายเดือนก่อน

    can you execute the onchange method using inputselect component of blazor not select of html

    • @Netcode-Hub
      @Netcode-Hub  10 หลายเดือนก่อน

      Input select component must be used in EditForm . I belief you know this. You can create model and use it

  • @tidianediallo6199
    @tidianediallo6199 10 หลายเดือนก่อน +1

    Awesome, thank you oh lot for sharing

  • @bocarmg3832
    @bocarmg3832 10 หลายเดือนก่อน +1

    Another good stuff 😁, thanks

  • @joysamuelkamlomo8684
    @joysamuelkamlomo8684 8 หลายเดือนก่อน

    can you do this with somwthing more advanced

    • @Netcode-Hub
      @Netcode-Hub  8 หลายเดือนก่อน

      Advanced like what?

  • @tahirjaved3205
    @tahirjaved3205 7 หลายเดือนก่อน

    Thanks Bro..

    • @Netcode-Hub
      @Netcode-Hub  7 หลายเดือนก่อน

      Welcome 🤗

  • @pradm777
    @pradm777 10 หลายเดือนก่อน

    Bro add Arabic also change mode also

    • @Netcode-Hub
      @Netcode-Hub  10 หลายเดือนก่อน

      😂
      I added English , French and Spanish so you add the Arabic and etc..

    • @AKHILKILI
      @AKHILKILI 7 หลายเดือนก่อน

      How to imlement this on web assembly