LocalizationPreferences
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu mesajı içeren tüzel kişinin tam, kullanıcılar tarafından okunabilen adresi.
JSON gösterimi |
{
"languageCode": string,
"regionCode": string
} |
Alanlar |
languageCode |
string
Zorunlu. Metinleri yerelleştirmek için kullanılan BCP-47 dil etiketi. Dil etiketi örnekleri arasında "en-US", "hi-IN", "fr-CA" vb. bulunur.
|
regionCode |
string
Zorunlu. İsteğin geldiği konumun Unicode ülke/bölge kodu (CLDR) ("US" ve "419" gibi). Daha fazla bilgi için http://www.unicode.org/reports/tr35/#unicode_region_subtag adresine bakın.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-31 UTC."],[],["The provided JSON structure defines a method for specifying language and regional information. It requires two string fields: `languageCode` and `regionCode`. `languageCode` uses BCP-47 language tags (e.g., \"en-US\", \"fr-CA\") for text localization. `regionCode` uses Unicode country/region codes (CLDR) like \"US\" or \"419\" to define the request's origin location. Both fields are mandatory.\n"]]