संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
UiSettings
क्लास
स्ट्रीम के यूज़र इंटरफ़ेस (यूआई) की सेटिंग.
निर्माता
UiSettings
नया
UiSettings()
तरीके
getLocale
getLocale() returns स्ट्रिंग
स्ट्रीम के लिए सेट की गई स्थान-भाषा दिखाता है.
रिटर्न
string
setLocale
setLocale(locale)
पब्लिशर की दी गई स्थान-भाषा सेट करता है. इसे StreamManager को बनाने से पहले कॉल किया जाना चाहिए. स्थान-भाषा से यह तय होता है कि
यूज़र इंटरफ़ेस (यूआई) एलिमेंट किस भाषा में दिखेंगे. इस्तेमाल किए जा सकने वाले कोड,
भाषा और स्थान-भाषा के लिए स्थानीय भाषा में लिखें में देखे जा सकते हैं.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-07-09 (UTC) को अपडेट किया गया."],[[["`UiSettings` allows publishers to customize the stream's user interface."],["It provides methods to set the locale for UI elements, impacting the language displayed to users."],["The locale should be configured before initializing `StreamManager` for it to take effect."],["Supported locale codes are documented in the provided link for localization."]]],[]]