* Get the ISO language code of the currently loaded language. * @return the ISO code. */
| 2295 | * @return the ISO code. |
| 2296 | */ |
| 2297 | std::string_view GetCurrentLanguageIsoCode() |
| 2298 | { |
| 2299 | return _langpack.langpack->isocode; |
| 2300 | } |
| 2301 | |
| 2302 | /** |
| 2303 | * Check whether there are glyphs missing in the current language. |
no outgoing calls
no test coverage detected