Package com.dassault_systemes.catjdialog |
com.dassault_systemes.catjdialog.CATITranslator
Framework : CATJDialog
Module : CATJDialog
public interface CATITranslator
Interface to support National Language Support considerations.
This interface is mainly unsed for localizing combo-box items.
translate
String translate(CATDialog iDialog, String iInternalValue)
Translate the internal value into a localized string.
If there is no translation for the value, the input value should
be returned.
- Parameters:
iDialog
- The graphical component related to this translation.
iInternalValue
- The internal string value.
Copyright © 2000, Dassault Systèmes. All rights reserved