Jump to content

Search the Community

Showing results for tags 'language url'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Hi! i have a question about page language url i have a site with 2 language, default and greek. so in my home i set empty the language field for my default language and el (/el/) for my second language. so if i want to navigate from my default lang page to other lang page i just put the /el/ after my domain. my problem is that i want to get the page language url (el/ , en/, de/...) but i can't find the right syntax of $user->language to get it i try $lang = $user->language->name; but i get the name of my lang, i try $lang = $user->language->id; but i get a number (the id of my lang), can anyone tell me if i can get the /el/ using the above syntax?
×
×
  • Create New...