Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TableLanguageCodes.h File Reference
#include <algorithm>
#include <array>
#include <string_view>

Classes

struct  ISO639
 

Functions

constexpr auto CreateLanguageCodesSortedByIso639_2b ()
 

Variables

constexpr std::array< ISO639, LANGUAGE_CODES_COUNT > LanguageCodes
 
constexpr auto DeprecatedLanguageCodes
 
constexpr auto LanguageCodesByIso639_2b = CreateLanguageCodesSortedByIso639_2b()
 

Function Documentation

◆ CreateLanguageCodesSortedByIso639_2b()

auto CreateLanguageCodesSortedByIso639_2b ( )
constexpr

Variable Documentation

◆ DeprecatedLanguageCodes

auto DeprecatedLanguageCodes
inlineconstexpr
Initial value:
= std::array<ISO639, 5>{{
{"in", "ind"},
{"iw", "heb"},
{"ji", "yid"},
{"jw", "jav"},
{"mo", "rum"},
}}

◆ LanguageCodes

std::array<ISO639, LANGUAGE_CODES_COUNT> LanguageCodes
inlineconstexpr

◆ LanguageCodesByIso639_2b

auto LanguageCodesByIso639_2b = CreateLanguageCodesSortedByIso639_2b()
inlineconstexpr