Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andreas Pfanner 196 posts 314 karma points
    Oct 10, 2014 @ 14:45
    Andreas Pfanner
    0

    Pagination - language

    Hi,

    I would like to report that the pagination links (next, prev) on the uBlogsyLandingListPosts.cshtml are hard coded in English and not taken from the dictionary. Would be great if that would be changed.

    Best Regards Andreas

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Oct 10, 2014 @ 17:45
    Dennis Aaen
    0

    Hi Andreas,

    Have you tried create dictitionary items for this in your solution? Since I don´t know how you have tried called your dictionary items if you have.

    But something like this should work for you.

    @Umbraco.GetDictionaryValue("uBlogsyDicPaginationPrev")
    @Umbraco.GetDictionaryValue("uBlogsyDicPaginationNext")

    And when you creating the dictionry item, the names should be uBlogsyDicPaginationPrev and uBlogsyDicPaginationNext. Dictionary items in Umbraco uses the name as it´s key.

    If you go to the settings section, and into the dectionary folder, in there you will find uBlogsy, try open it up, and find the uBlogsyDicPagination, open this up, and I would recommend you to create the new dictionary items in there so you have some structure on where to find the dictionary items.

    Hope this helps,

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft