Open Closed

Localization not working as it takes long time to get the changes #6054


User avatar
0
abpnewtonvisionco created
  • ABP Framework version: v7.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • **Tiered (for MVC) : yes

Hi guys, hope you are doing well.

We have been experiencing issues regarding the Localization feature, it takes a very long time until it actually takes the value to display it in the front end. (Our system is quite large now) I reviewed some of the posts regarding Localization issues (i.e. https://support.abp.io/QA/Questions/5794/Localization-is-not-working-on-my-Microservice) so it is not particularly something that we are doing wrong as we are using the feature as it is mentioned in the documentation.

Obviously we tried what is recommended like clear Redis Cache, or try in another browser, or re start the appservice. Even we went far to test it to re create the administration db.

This is affecting the cloud environments

Is there something that we can do about this?

Thanks team

Note: There are no logs for this as it is not an error perse, it just takes a very long time until the localization renders the information saved in the Json

(With it takes very long time, its not the loading the name in the page but it takes several days for it to actually "take" or "recognize" that it has the proper configuration)


3 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello abpnewtonvisionco,

    Please confirm on this, are you using localization at front end as shown in screenshot

    if you missed that :: before Menu like

    then it gives result like

    Regards,

  • User Avatar
    0
    abpnewtonvisionco created

    Hello abpnewtonvisionco,

    Please confirm on this, are you using localization at front end as shown in screenshot

    if you missed that :: before Menu like

    then it gives result like

    Regards,

    Hi, this is how we are doing it.

    this is the json file:

    and this is how it looks in the application:

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello abpnewtonvisionco,

    Can you please try like this I have done

    which will give output like this

    en.json is correct. please let me know if found helpful,

    Thanks, Anjali

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11