I cannot make locaization from english to arabic
example
let text = "List of <nameStyle>%@</nameStyle>'s devices".localizedWithParameters(name)
In the localized string i have the following :
"List of <nameStyle>%@</nameStyle>'s devices"="الأجهزة <nameStyle>%@</nameStyle>'الخاصة";
Please help