Class Index | File Index

Classes


Class Ozone.lang


Defined in: ozone-lang.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Provides utility methods for localization
Method Summary
Method Attributes Method Name and Description
<static>  
Ozone.lang.getLanguage()
Gets the language that is currently being used by OWF
Class Detail
Ozone.lang()
Provides utility methods for localization
Method Detail
<static> Ozone.lang.getLanguage()
Gets the language that is currently being used by OWF
if (Ozone.lang.getLanguage() == 'es') {
  AnnouncingClockStrings.timeLabel = 'El tiempo es';
}
Returns:
Returns the ISO 639-1 language code for the language that is currently being used by OWF

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Oct 05 2012 16:51:05 GMT-0400 (EDT)