| 774 | return Localization::Get()->GetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1); |
| 775 | } |
| 776 | void Value::SetLabel |
| 777 | ( |
| 778 | string const& _label, |
| 779 | string const lang |
| 780 | ) |
| 781 | { |
| 782 | Localization::Get()->SetValueLabel(m_id.GetCommandClassId(), m_id.GetIndex(), -1, _label, lang); |
| 783 | } |
| 784 | |
| 785 |
no test coverage detected