Base solution for your next web application
Open Closed

client localization returning unicode representation #6934


User avatar
0
PhilWynn created

Hi,

I have recently upgraded from Abp v3.8.3 to the latest version.

I am finding that client side localization is now returning the unicode representation of the apostrophe character rather than the actual character. Is there a work around for this, as this characeter is used extensively in our system.

Many thanks


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Before the release of 4.6. You can copy the code of the LocalizationScriptManager yourself and replace the ILocalizationScriptManager with your own custom components.

    https://github.com/aspnetboilerplate/aspnetboilerplate/pull/4459

    https://github.com/aspnetboilerplate/aspnetboilerplate/blob/b0a5138356fa30e07de34beafbbfc8b0ee9a94ea/src/Abp.Web.Common/Web/Localization/LocalizationScriptManager.cs#L113

  • User Avatar
    0
    PhilWynn created

    Thank you. That worked.