I don't have much experience on UI development. I have a class defined in CSS, something like this-
.myclass {
color: red;
content: "my content";
font-size: 12px;
padding-right: 2px;
}
I want "my content"
value to be internationalized (to be displayed as my content in English and something else in another language). Is that possible achieve it through CSS code?