From e86e8c3c484879c2ce71cc1fde4fa7233e1b666b Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Wed, 20 May 2026 09:26:13 +0200 Subject: [PATCH] adding 'XXXX is an invalid culture identifier' to Locale not supported docs --- content/troubleshooting/locale-not-supported.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/troubleshooting/locale-not-supported.md b/content/troubleshooting/locale-not-supported.md index 892cb68d3..0786d1ec0 100644 --- a/content/troubleshooting/locale-not-supported.md +++ b/content/troubleshooting/locale-not-supported.md @@ -17,12 +17,16 @@ applies_to: full: true --- # Locale Not Supported -You may encounter the warning message: +You may encounter any of these warning messages: ```plaintext The XXXX locale is not supported ``` +```plaintext +XXXX is an invalid culture identifier +``` + in the Tabular Editor 3 Message view. ![Locale not supported message](~/content/assets/images/troubleshooting/locale-not-supported-message-view.png)