How to change whole language with font change in android app | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

29th Jul 2021, 4:15 PM
ajmal yousuf
ajmal yousuf - avatar
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));
5th Aug 2021, 7:45 AM
Mr Rogue Knight
Mr Rogue Knight - avatar