|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
Internationalization singleton. More...
#include <I18n.h>
Public Attributes | |
| std::string | code |
| Language code, e.g. "de" (lower-case). | |
| std::string | name |
| Endonym for the picker (CP437-encoded), e.g. "Deutsch". | |
Internationalization singleton.
Lookup order for tr(key):
Thread safety: registration is expected to happen single-threaded during module init. tr() is read-only after all modules have registered. One selectable overlay language: ISO code plus its own display name.
| std::string cdc::ui::OverlayLanguage::code |
| std::string cdc::ui::OverlayLanguage::name |