Base solution for your next web application
Open Closed

SQUARE BRACKETS #8702


User avatar
0
alfar_re created

Hi,

I recently added the timezone code to enable selection of timezone under settings. I also enabled hangfire successfully. However, everything on the system now displays with square brackets like so [Settings header info]

What would be the problem and how do I resolve?


8 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @alfar_re

    This is realted to localization. Did anything related to localization changed recently ?

  • User Avatar
    0
    alfar_re created

    Hi,

    Nothing has changed in locolization.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @alfar_re

    IF you can't find anything, could you share your solution via email ?

  • User Avatar
    0
    alfar_re created

    @ismcagdas,

    The entire solution including all projects?

  • User Avatar
    0
    alfar_re created

    This is what I'm struggling with.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    As I can see, there is no language on the login page. Did someone deleted languages ? Probably this is the reason.

  • User Avatar
    0
    alfar_re created

    I had just temporarily commented out this line <vc:account-languages></vc:account-languages> which doesn't seem to be bringing an issue.

  • User Avatar
    1
    alfar_re created

    I found the problem.

    Public const string LocalizationSourceName = "reos";

    I had changed the value on this property which meant that the localization file (xml) was not being found.

    Thank you @ismcagdas