OpenLanguages API
Return to Introduction  Previous page  Next page

The OpenUI Admin Log API is designed to for modules to create easy entries in the OpenUI Admin Log, tracked automatically by the Admin User. It allows you to enhance the security of your module's use in the client's store(s).

This API is comprised of 4 groups of functions:

1.Language and Group Functions  
·OUI_Language() -- This function is used to return the current Language ID String (eg: en-US)  
·OUI_LanguagesCount() -- This function returns the total number of "active" Languages  
·OUI_LangGroup_Create() -- This function is used to create new Language Groups  
 
2.   Language String Functions  
·OUI_LanguageString() -- This function is used to return a string based on the current Language  
·OUI_LanguageString_Default() -- This function is used to return a string based on the current Language (or a default)  
·OUI_LanguageString_Delete() -- This function is used to delete a string  
·OUI_LanguageString_Raw() -- This function is used to return a string (in it's RAW format) based on the current Language  
·OUI_LanguageString_Update() -- This function is used to update a string for the default Language  
·OUI_LanguageString_UpdateAll() -- This function is used to update a string for ALL Languages  
 
3.   Language Paragraph Functions  
·OUI_LanguageMemo() -- This function is used to return a paragraph based on the current Language  
·OUI_LanguageMemo_Default() -- This function is used to return a paragraph based on the current Language (or a default)  
·OUI_LanguageMemo_Delete() -- This function is used to delete a paragraph  
·OUI_LanguageMemo_Raw() -- This function is used to return a paragraph (in it's RAW format) based on the current Language  
·OUI_LanguageMemo_Update() -- This function is used to update a paragraph for the default Language  
·OUI_LanguageMemo_UpdateAll() -- This function is used to update a paragraph for ALL Languages  
 
4.   Language Image Functions  
·OUI_LanguageImage() -- This function is used to return an image based on the current Language  
·OUI_LanguageImage_Default() -- This function is used to return an image based on the current Language (or a default)  
·OUI_LanguageImage_Delete() -- This function is used to delete an image  
·OUI_LanguageImage_Raw() -- This function is used to return an image (in it's RAW format) based on the current Language  
·OUI_LanguageImage_Update() -- This function is used to update an image for the default Language  
·OUI_LanguageImage_UpdateAll() -- This function is used to update an image for ALL Languages  

 


Send feedback on this documentation.
© 2004 - 2000 Darren Ehlers & OpenUI Developer Consortium