al-code-outline icon indicating copy to clipboard operation
al-code-outline copied to clipboard

Complete support for MultiLanguage properties

Open JavierFuentes opened this issue 2 years ago • 0 comments

Hi, we know that MultiLanguage properties are not in MS best practices list, but they are still very usefull and productive when you only need to support a few languages...

We would like complete support of your fantastic tool-set for MultiLanguage properties: CaptionML ToolTipML

Maybe a new set of settings like these:

  • "alOutline.MultiLanguageSupport" : [ "ENU", "ESP" ]
  • "alOutline.addToolTipsMLToPageFields" : bool
  • "alOutline.pageFieldToolTipML" : [ "ENU": "abc %1", "ESP": "xyz %1" ]
  • "alOutline.pageActionToolTip" : [ "ENU": "abc %1", "ESP": "xyz %1" ]
  • "alOutline.codeCleanupActions" : ["AddObjectCaptionsML", "AddTableFieldCaptionsML", "AddToolTipsML"]

Thanks in advance...

JavierFuentes avatar Mar 29 '23 06:03 JavierFuentes