public string NormalizedLanguageCode { get; set; }
Output only. This is the normalized form of language_code.
E.g.: language_code of en-GB, en_GB, en-UK or en-gb
will have normalized_language_code of en-GB.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `LanguageInfo` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["The `LanguageInfo` class is designed to store language-related details for a DataStore, such as the language code, normalized language code, and region."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`LanguageInfo` includes properties like `Language`, `LanguageCode`, `NormalizedLanguageCode`, and `Region`, which are all of type `string` and provide details about the DataStore's language."],["There are two constructors available: a parameterless constructor, and a second constructor that takes another `LanguageInfo` object as a parameter to be copied."]]],[]]