OUI_LanguageImage_Raw()
See also: OpenLanguages API
Return to Introduction  Previous page  Next page

This function is used to return an image (in it's RAW format) based on the current Language. It uses the format:

<MvFUNCTION NAME = "OUI_LanguageImage_Raw" PARAMETERS = "group, id, height VAR, width VAR, found VAR"  STANDARDOUTPUTLEVEL = "">  

This function is called with the parameters:

·l.group      set to the group "code" (see OUI_LangGroup_Create())  
·l.id      set to a ID number unique for each string within the specified group  
·l.height      used to return the value of the image height  
·l.width      used to return the value of the image width  
·l.found      used to return whether or not the image was found  

The return value is either a "blank" (if not found or error occurred) or the actual image path. No OpenTokens processing occurs. (To get the image path after OpenToken processing, such as for displaying in the storefront, use OUI_LanguageImage()). The l.height and l.width values are either "blank" (if not found or an error occurred) or the actual image height and width values.

 


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