summaryrefslogtreecommitdiff
path: root/BitLanguage.php
diff options
context:
space:
mode:
Diffstat (limited to 'BitLanguage.php')
-rw-r--r--BitLanguage.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/BitLanguage.php b/BitLanguage.php
index ac3ab6b..df6c093 100644
--- a/BitLanguage.php
+++ b/BitLanguage.php
@@ -14,7 +14,7 @@
// +----------------------------------------------------------------------+
// | Authors: spider <spider@steelsun.com>
// +----------------------------------------------------------------------+
-// $Id: BitLanguage.php,v 1.3 2005/06/21 17:02:21 spiderr Exp $
+// $Id: BitLanguage.php,v 1.4 2005/07/17 17:36:07 squareing Exp $
class BitLanguage extends BitBase {
// list of available (non-disabled) languages
@@ -54,6 +54,10 @@ class BitLanguage extends BitBase {
}
}
+ function getLanguage() {
+ return( $this->mLanguage );
+ }
+
function setLanguage( $pLangCode ) {
$this->mLanguage = $pLangCode;
}