irtc_lang: Output Language of the IRTC Usability Layer

View source: R/irtc_lang.R

irtc_langR Documentation

Output Language of the IRTC Usability Layer

Description

Returns the current output language, "zh" (Chinese, the default) or "en" (English). Set it globally with options(irtc.lang = "en"). The language affects user-facing text (messages, printed summaries, Excel headers, reports); machine-readable schemas (irtc_results, the linking table of irtc_excel) never depend on it.

Usage

irtc_lang()

Value

"zh" or "en".

Examples

old <- options(irtc.lang = "en")
irtc_lang()
options(old)

IRTC documentation built on July 24, 2026, 5:07 p.m.