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.
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.
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
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.
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
is working on a reply...