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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to change language and Direction?
how to stop cookie in this?
is working on a reply...