fixed some message log bugs and added more guid stuff
This commit is contained in:
parent
847e2dabd9
commit
f5cdf6aafe
5 changed files with 19 additions and 12 deletions
|
|
@ -32,7 +32,7 @@ This package provides an interface to the internationalization system.
|
|||
use WebGUI::International;
|
||||
$string = WebGUI::International::get($internationalId,$namespace);
|
||||
$hashRef = WebGUI::International::getLanguage($lang);
|
||||
%languages = WebGUI::International::getLanguages();
|
||||
$hashRef = WebGUI::International::getLanguages();
|
||||
|
||||
This package can also be used in object-oriented (OO) style.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue