[DataMethod(), AxSessionPermission(SecurityAction.Assert)]
public static String GetLabel(String labelId, String languageId)
{
return SessionManager.GetSession().CallStaticClassMethod(
"SysLabel", "labelId2String2", labelId, languageId);
}
and use it: =GetLabel("@SYS103105", User!Language)