Language Support
Unified Odds Feed supports the same languages supported for other Betradar products. The system supports the following 52 languages. The translations are available for sports names, category names, tournament names, team names, and player names.
If a particular translation is not available for a particular entity, the system defaults to English.
Market names are normally translated into all supported languages, and you can also specify your own translations using the translation tool. For more information, see the UOF - Translation tool section.
How to use the language support?
Language preferences can be customised both for the UOF SDK and API.
You can set the `default language` and the `supported languages` in both Java
and .Net
during the integration or later in the respective Configuration files. For more info, see IOddsFeedConfiguration (.Net) and OddsFeedConfiguration (Java).
Config file (.Net) - Code Snippet
<oddsFeedSection
accessToken="my_token"
inactivitySeconds="25"
supportedLanguages="en,de,fr"
defaultLanguage="en" />
application.yaml (Java) - Code Snippet
sportradar:
sdk:
uf:
# the default locale
defaultLocale:
# a list of the desired locales[en, it, de,...]
desiredLocales:
We recommend multiple sessions in case you are using more than 3 languages, so the AMQP messages on the main session don´t get delayed due to multiple API calls.
Last updated
Was this helpful?