public class TranslationUtil
extends java.lang.Object
Constructor and Description |
---|
TranslationUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getGraphicFieldTranslation(android.content.Context context,
int graphicFieldtype)
Use this method, to get string representation of the specified field type
|
static java.lang.String |
getTextFieldTranslation(android.content.Context context,
int textFieldType)
Use this method, to get string representation of the specified field type
|
public static java.lang.String getTextFieldTranslation(android.content.Context context, int textFieldType)
context
- Context objecttextFieldType
- One of eVisualFieldType memberpublic static java.lang.String getGraphicFieldTranslation(android.content.Context context, int graphicFieldtype)
context
- Context objectgraphicFieldtype
- One of eGraphicFieldType member