Package com.microstrategy.web.objects
Class WebLocaleTranslationsImpl
- java.lang.Object
-
- com.microstrategy.web.objects.WebLocaleTranslationsImpl
-
- All Implemented Interfaces:
WebLocaleTranslations
public class WebLocaleTranslationsImpl extends java.lang.Object implements WebLocaleTranslations
This class is used to generate XML strings for locales and translations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebLocaleTranslation[]
getTranslations()
Returns the translationList of the locale for one object
-
-
-
Method Detail
-
getTranslations
public WebLocaleTranslation[] getTranslations()
Description copied from interface:WebLocaleTranslations
Returns the translationList of the locale for one object- Specified by:
getTranslations
in interfaceWebLocaleTranslations
- Returns:
- translationList of the locale for one object
-
-