Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
drupal 7 を使用して多言語 Web サイトを構築しています。
現在、別の言語からサイトの既定の言語に戻るリンクを手動で追加する作業を行っています。
たとえば、「mysite.com/fr」から「mysite.com/」にリンクするリンクを作成したい
l() 関数を使用してどのようにそれを行うことができますか?!
わかりました。
l() 関数内の $options 配列内で「言語」を使用する必要がありました。