+ 3
How to change whole language with font change in android app
Hi i am creating an android app ... i need to include language changing option that changes the font family how done it perfectly
1 Antwort
+ 4
Actually font change in android app is already present but still if you want
I will help you. Take it as your
hint.
The font of a JLabel can be changed like this.
Please try this.
JLabel title = new
JLabel("I love Solo Learn",
JLabel.CENTER);
title.setFont(new Font("Serif",
Font.BOLD, 48));