Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Good afternoon!!
I am using HTL and I have to validate in the HTML code which is the my page's locale with data-sly-test. Is it possible? and if yes, How is the best way I can do this?
Thank you in advance!!!
Solved! Go to Solution.
In order to retrieve value you can use any of these
${currentPage.language.toString}${currentPage.language.language}
${currentPage.language.toString}
${currentPage.language.language}
Just in case you need API references-
https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/co...
View solution in original post
Views
Likes
Replies