Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作的网站可以选择在德语和英语之间切换显示语言。Shaka 播放器似乎支持本地化切换,但我无法以英语以外的任何方式显示播放器。尝试在新的 shaka.ui.Localization 实例上使用 changeLocale,但它似乎对播放器没有影响。
希望有任何在语言环境之间切换的例子。
从GitHub 存储库的问题中,
ui.getControls().getLocalization().changeLocale(['de'])将切换到德语语言环境。
ui.getControls().getLocalization().changeLocale(['de'])