# wordpress-seo/28.4/src/config/researcher-languages.php

Yoast SEO – Advanced SEO with real-time guidance and built-in AI, version 28.4. 12 lines.

- Page: https://pluginprobe.com/plugins/wordpress-seo/28.4/code/src/config/researcher-languages.php
- Raw: https://pluginprobe.com/plugins/wordpress-seo/28.4/raw/src/config/researcher-languages.php
- Modified: 2024-01-19T10:31:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wordpress-seo/28.4/code/src/config/researcher-languages.php#L10-L20`.

```php
<?php

namespace Yoast\WP\SEO\Config;

/**
 * Holds all languages supported with specific researches for our readability analysis.
 */
class Researcher_Languages {

	public const SUPPORTED_LANGUAGES = [ 'ar', 'ca', 'de', 'en', 'es', 'fa', 'fr', 'he', 'hu', 'id', 'it', 'nb', 'nl', 'pl', 'pt', 'ru', 'sv', 'tr', 'cs', 'sk', 'el', 'ja' ];
}

```
