


Hi,
We need a requirement like, CQ page must open in the Client browser's language. Suppose for example, if someone from Spain open the site, it must shown in the Spanish language. If for some odd-reason, client browser's language is unavailable, it must directs to English.
Can anyone, please let me know, how to achieve for this requirement.
Thanks,
Ratna Kumar.
Views
Replies
Sign in to like this content
Total Likes
Hi Ratna,
The ideal solution would be to use apache rewrite rules to redirect sites based on language. I am not very sure if Internationalization could solve your problem. Internationalization is basically to render content based on key & native language.
You might have different domains for different language so apache rewrite to identify user language (From http request, accept-language parameter) and then redirect to respective domain.
--
Jitendra
Views
Replies
Sign in to like this content
Total Likes
Can this can be done through Internationalization in CQ?: http://www.aemcq5tutorials.com/tutorials/implement-internationalization-in-adobe-cq/
Thanks,
Ratna Kumar.
Views
Replies
Sign in to like this content
Total Likes
Hi Ratna,
The ideal solution would be to use apache rewrite rules to redirect sites based on language. I am not very sure if Internationalization could solve your problem. Internationalization is basically to render content based on key & native language.
You might have different domains for different language so apache rewrite to identify user language (From http request, accept-language parameter) and then redirect to respective domain.
--
Jitendra
Views
Replies
Sign in to like this content
Total Likes
Hi Jitendra,
Actual requirement is this
"By default it uses the client browser’s language and it select the appropriate language. If for some odd-reason the client browser’s language is unavailable it defaults to “English".
Thanks,
Ratna Kumar.
Views
Replies
Sign in to like this content
Total Likes
Ratna,
Still not very clear how are you want to use that browser language. Do you want that at the server side or client side?.
--
jitendra
Views
Replies
Sign in to like this content
Total Likes