Site docs are currently being updated 🚧 Thank you for your patience! 🙏

Languages

ACF Extended Pro
Last Upated: Thursday, Feb 1, 2024

acfe_languages

The Languages field is a custom ACF Field Type made available by the Advanced Custom Fields Extended PRO plugin and provides a Language selector as radio, checkbox or select field type.

Resolve Type

Fields of the acfe_langauges field type resolve to a "List of ACFE_Language" in the GraphQL Schema. This supports singular and multiple selections as a list can be either one or more than one values.

Types Added to the Schema

To support the Languages field type in the GraphQL Schema, additional GraphQL Object Types are added to the Schema.

  • ACFE_Language (object type): The Object Type representing a Language with fields such as "name", "locale", "code" and more.

Field Settings

Below you will find information about how various ACF field settings can impact how the field will map to the GraphQL Schema and/or modify resolution of the field when queried.

Querying the Languages field