Class FormLocalizerUtil


  • public class FormLocalizerUtil
    extends Object
    Utils for translating symbolic links from English to Russian.
    • Constructor Detail

      • FormLocalizerUtil

        public FormLocalizerUtil()
    • Method Detail

      • translateSymbolicLinkIntoRussian

        public static String translateSymbolicLinkIntoRussian​(String symbolicLink,
                                                              org.eclipse.emf.ecore.EObject contextObject,
                                                              org.eclipse.emf.ecore.EStructuralFeature feature)
        Translates the symbolic link from English to Russian. Translates only type names.
        Parameters:
        symbolicLink - the symbolic link, can not be null
        contextObject - the referencing object, can not be null
        feature - the referencing feature, can not be null
        Returns:
        the Russian translation of the symbolic link or null if the translation is not found
      • extendedTranslateSymbolicLinkIntoRussian

        public static String extendedTranslateSymbolicLinkIntoRussian​(String symbolicLink,
                                                                      org.eclipse.emf.ecore.EObject contextObject,
                                                                      org.eclipse.emf.ecore.EStructuralFeature feature)
        Translates the symbolic link from English to Russian.

        Supported:

      • Type names
      • Standard command names
Parameters:
symbolicLink - the symbolic link, can not be null
contextObject - the referencing object, can not be null
feature - the referencing feature, can not be null
Returns:
the Russian translation of the symbolic link or null if the translation is not found