2#include "gui/l10n/language.h"
6#include <initializer_list>
9namespace deluge::l10n {
10std::string_view getView(
const deluge::l10n::Language& language, deluge::l10n::String
string);
11std::string_view getView(deluge::l10n::String
string);
12const char* get(
const deluge::l10n::Language& language, deluge::l10n::String
string);
13const char* get(deluge::l10n::String
string);