---
title: "[RFC] Add Locale::getDisplayKeyword() and Locale::getDisplayKeywordValue()"
url: https://daily.dev/posts/rfc-add-locale-getdisplaykeyword-and-locale-getdisplaykeywordvalue--xd9kjpz4n
source_url: https://externals.io/message/130986
type: article
source: "externals.io"
published: 2026-05-31T07:52:18.128Z
updated: 2026-05-31T09:22:46.155Z
tags: ["webdev", "php"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# [RFC] Add Locale::getDisplayKeyword() and Locale::getDisplayKeywordValue()

**[externals.io](https://daily.dev/sources/externals)** · 1 min read · 0 upvotes · 0 comments

## Summary

A PHP RFC proposes adding two new methods to the Locale class in the intl extension: Locale::getDisplayKeyword() and Locale::getDisplayKeywordValue(). These methods would bridge a gap between the ICU C API (uloc_getDisplayKeyword and uloc_getDisplayKeywordValue) and the PHP interface, where all other getDisplay* ICU APIs already have PHP counterparts.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://externals.io/message/130986>

## Similar posts on daily.dev

- [\[RFC\] Add Locale::getDisplayKeyword\(\) and Locale::getDisplayKeywordValue\(\)](https://daily.dev/posts/rfc-add-locale-getdisplaykeyword-and-locale-getdisplaykeywordvalue--urvrechtf) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Add Locale::getDisplayKeyword\(\) and Locale::getDisplayKeywordValue\(\)](https://daily.dev/posts/rfc-add-locale-getdisplaykeyword-and-locale-getdisplaykeywordvalue--png4j7hgw) · externals.io · 0 upvotes · 0 comments
- [\[Vote\] \[RFC\] Add Locale::getDisplayKeyword\(\) and Locale::getDisplayKeywordValue\(\)](https://daily.dev/posts/vote-rfc-add-locale-getdisplaykeyword-and-locale-getdisplaykeywordvalue--5onspmxzf) · externals.io · 0 upvotes · 0 comments
- [RFC Proposal: core favicon helper function](https://daily.dev/posts/rfc-proposal-core-favicon-helper-function-lx9yhtoze) · externals.io · 0 upvotes · 0 comments
- [\[RFC\] Case sensitive PHP](https://daily.dev/posts/rfc-case-sensitive-php-7bbb61l4f) · externals.io · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/rfc-add-locale-getdisplaykeyword-and-locale-getdisplaykeywordvalue--xd9kjpz4n)
