We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title explains, I was wondering if there's a way to use get_page_link($id) or get_permalink($id) to get a link in a target language?
get_page_link($id)
get_permalink($id)
For example, on a German page, to have a link to another page that is in English.
German page
English
(The use case here is a splash page with a choice of languages that takes you to another page in either German or English)
The text was updated successfully, but these errors were encountered:
You can pass URL through qtranxf_get_url_for_language($url,$lang,true); to get it in language needed. Is this what you meant?
qtranxf_get_url_for_language($url,$lang,true);
Sorry, something went wrong.
I assume it is closed, we can still write to closed issue, and may reopen it if needed.
No branches or pull requests
As the title explains, I was wondering if there's a way to use
get_page_link($id)
orget_permalink($id)
to get a link in a target language?For example, on a
German page
, to have a link to another page that is inEnglish
.(The use case here is a splash page with a choice of languages that takes you to another page in either German or English)
The text was updated successfully, but these errors were encountered: