diff options
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/it_text.class b/it_text.class index 83c2937..b986e97 100644 --- a/it_text.class +++ b/it_text.class @@ -180,6 +180,15 @@ function get_language() /** + * INTERNAL function for T_lang(): Get active language + */ +function get_defaultlanguage() +{ + return $this->defaultlanguage; +} + + +/** * INTERNAL function for T_exists(): Check if a text entry for a specific label exists */ function text_exists($label, $language = null) |