[Feature Request] Problem with the multilingual menu using WPML GraphQL.
This thread is resolved. Here is a description of the problem and solution.
Problem: The client is unable to download menus in languages other than the default in WordPress and is asking if there is an official solution to this issue. Solution: We informed the client that there is currently no official solution for downloading localized menus via WPML GraphQL. However, we have a feature request to implement this functionality in our WPML GraphQL Add-On. We also provided a link to a GitHub project that might be of help, with a disclaimer that it is not our project and we cannot guarantee its full functionality: https://github.com/rburgst/gatsby-source-wordpress-menus.
Please note that the solution provided might be irrelevant due to being outdated or not applicable to your case. If this is the case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still need assistance, please open a new support ticket with us.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
Hi,
I am unable to download menus in languages other than the default in WP. I know this thread has already appeared, does this issue already have an official solution?
Languages: English (English )Spanish (Español )German (Deutsch )
Timezone: Europe/Madrid (GMT+02:00)
Hi,
not in particular. WPML GraphQL extends the capabilities of the WPGraphQL plugin, enabling multilingual support within the GraphQL schema. This allows you to use WPGraphQL, Next.js, Gatsby, and any other front-end technologies to build multilingual headless WordPress sites.
Currently, there is no ETA for the implementation of this functionality.
Languages: English (English )Spanish (Español )German (Deutsch )
Timezone: Europe/Madrid (GMT+02:00)
Hi,
I think you will not have the language field there, but as best you can, verify this in the GraphiQL IDE (Query Explorer). Officially, we support only posts, taxonomies, and comments and the retrieval of language data for objects and nodes.
Is there a non-official option that will help resolve this issue so that I can use two language versions of the options page(in graphQL)? Do I need to change the solution?