Does Angular translation in widgets support passing a variable to the mesage in the mesage.properties file?

When reading a mesage from the mesages.properties file using the UI framework ,it supports passing variables ie.

msg=messages {0}

and then pass the variable like

ui.message("msg", var)

is that also supported in angular Translation??

{ 'msg' | translate }
?? I need to know how it is done.

cc @dkayiwa @ssmusoke

I once did this in Angular:

That was a long time ago, but anyway the bottom line is this use of emr.loadMessages(..).

1 Like

thanks @mksd. let me try it out also

it was a good option. thanks @mksd