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 can I get list of available languages using Razor tags?
Thanks for any help!
<ul> @foreach(var lang in umbraco.cms.businesslogic.language.Language.GetAllAsList()) { <li>@lang.CultureAlias, @lang.FriendlyName</li> } </ul>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to get all languages?
How can I get list of available languages using Razor tags?
Thanks for any help!
is working on a reply...