Method: Crdf_Resource#flex_localizeMsg

Defined in:
lib/ontomde-java/flex/Editor.mxml.as.rb

#flex_localizeMsg(msg) ⇒ Object



2
3
4
5
# File 'lib/ontomde-java/flex/Editor.mxml.as.rb', line 2

def flex_localizeMsg(msg)
  #TODO
  return("localized #{msg}")
end