Package com.microstrategy.web.objects
Interface WebLocaleTranslations
- 
- All Known Implementing Classes:
 WebLocaleTranslationsImpl
public interface WebLocaleTranslationsThe WebLocaleTranslations interface represents the translations at a locale for one object. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLocaleTranslation[]getTranslations()Returns the translationList of the locale for one object 
 - 
 
- 
- 
Method Detail
- 
getTranslations
WebLocaleTranslation[] getTranslations()
Returns the translationList of the locale for one object- Returns:
 - translationList of the locale for one object
 
 
 - 
 
 -