সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
লোকেল নির্দিষ্ট করা হচ্ছে
IMA DAI SDK UI উপাদানের মধ্যে পাঠ্যের ভাষা সেট করার জন্য UiSettings.setLocale ব্যবহার করে। 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"]],["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The IMA DAI SDK uses `UiSettings.setLocale` to set the language of the UI elements."],["Locale must be set before creating the `StreamManager` and is immutable thereafter."],["You can specify the locale using language codes like 'fr' for French."]]],["The IMA DAI SDK utilizes `UiSettings.setLocale` to define the language for UI elements. This setting must be configured before creating the `StreamManager` and is immutable afterward. A sample code snippet shows setting the locale to French (`fr`). The document lists supported locale codes, including various languages and regional variations, such as `ar`, `en_gb`, `es_mx`, `fr_ca`, etc. It shows each language with their appropriate country code.\n"]]