如何快速获取 Liferay 主题中的 languageid

发布于 2024-12-17 19:13:01 字数 184 浏览 1 评论 0原文

对于我创建的当前主题,有多个图像需要根据当前语言进行更改。

例如,如果用户访问英语页面,我们将加载 image_languageid.jpg

如何将 languageid 替换为速度和速度中语言的实际 ID?生命雷?

这是一种很好的技术还是有更好的技术?

For the current theme im creating there are multiple images that require to change based on the current language.

For example if the user is visiting the page in english we would load image_languageid.jpg

How can you replace languageid with the actual id of the language in velocity & liferay?

Is this a good technique or is there a nicer one?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

美人骨 2024-12-24 19:13:01

尝试在 init_custom.vmportal_normal.vm 中添加此行

#set ($language_id = $themeDisplay.getLanguageId())

Try adding this line in init_custom.vm or portal_normal.vm

#set ($language_id = $themeDisplay.getLanguageId())
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文