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.

Full Language Support (Click to expand the table)

Language code

Language

1

sqi

Albanian

2

am

Amharic

3

aa

Arabic

4

aze

Azerbaijan

5

bs

Bosnian

6

br

Brazilian Portuguese

7

bg

Bulgarian

8

my

Burmese

9

zh

Chinese (simplified)

10

zht

Chinese (traditional)

11

hr

Croation

12

cs

Czech

13

da

Danish

14

nl

Dutch

15

en

English

16

et

Estonian

17

fi

Finnish

18

fr

French

19

ka

Georgian

20

de

German

21

el

Greek

22

heb

Hebrew

23

hi

Hindi

24

hu

Hungarian

25

Id

Indonesian

26

it

Italian

27

ja

Japanese

28

kaz

Kazakh

29

km

Khmer

30

kos

Kosovo

31

ko

Korean

32

lv

Latvian

33

lt

Lithuanian

34

ml

Macedonian

35

mk

Macedonian Cyrillic

36

ms

Malay

37

no

Norwegian

38

fa

Persian/Farsi

39

pl

Polish

40

pt

Portuguese

41

ro

Romanian

42

ru

Russian

43

sr

Serbian

44

srl

Serbian Latin

45

sk

Slovak

46

sl

Slovenian

47

es

Spanish

48

sw

Swahili

49

se

Swedish

50

th

Thai

51

tr

Turkish

52

ukr

Ukrainian

53

vi

Vietnamese

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?