gpt4 book ai didi

c# - 如何在 C# 中从 CultureInfo 获取 "UK"

转载 作者:行者123 更新时间:2023-12-02 00:46:03 24 4
gpt4 key购买 nike

<分区>

是否可以从 C# CultureInfo 对象中获取值 UK(或其他国家/地区的等效值)?下面的示例显示我目前使用以下代码行获取“United Kingdon”。

var region = new RegionInfo(CultureInfo.CurrentCulture.LCID)

更新评论

在收到非常大的帮助后,我想澄清一下我的问题。我需要根据区域设置提供值“UK”。我目前有以下值

locale_country: "United Kingdom"  // This needs to be UK (or the equivalent for another country)
locale_language: "en-GB"
locale_region: "GB"

生成它的代码如下所示 (C#)

代码片段

var localRegion = new RegionInfo(CultureInfo.CurrentCulture.LCID);
LocaleRegion = localRegion.TwoLetterISORegionName,
LocaleCountry = localRegion.DisplayName

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com