Class MdLocalizerUtil

java.lang.Object
com._1c.g5.v8.dt.md.naming.MdLocalizerUtil

public class MdLocalizerUtil extends Object
Utils for translating symbolic links from English to Russian.
See Also:
  • Method Details

    • 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
    • translateTypeNameIntoRussian

      public static String translateTypeNameIntoRussian(String typeName, org.eclipse.emf.ecore.EObject contextObject, org.eclipse.emf.ecore.EStructuralFeature feature)
      Translates the type name from English to Russian.
      Parameters:
      typeName - the type name, 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 type name or null if the translation is not found