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 で多言語サイトを持っています。いくつかのノードのタイトルを返すビューを作成しました。これらのノードは、さまざまな言語に翻訳されています。元のノードではなく、翻訳ノードのタイトルのみを返すようにする方法は?
見つけた。hook_views_pre_render を使用して、元のノードを現在の言語の対応するノード (存在する場合) に置き換えました
ビューでフィルターを設定しますNode translation: language = 現在のユーザーの言語
これでうまくいきます!