Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
how to stop cookie in this?
@functions{ public string PageDirection(IPublishedContent page) { var lang = page.GetCulture().TwoLetterISOLanguageName.ToLower(); if (lang == "ar") { return "rtl"; } return "ltr"; } public string GetLangauge(IPublishedContent page) { return page.GetCulture().TwoLetterISOLanguageName.ToLower(); }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to change language and Direction?
how to stop cookie in this?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.