Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To: Change application name based on phone language setting

I have noticed that when i change phone settings, that some of the applications on the phone change their name based on selected language.

eg. Where you change phone settings is Settings (english), Parametres (french), Configuracion (spanish)

Does anyone know how to do this for my own application?

I can change the strings inside my application. I want to change the application name that is displayed beside (or overtop) the application tile.

like image 416
yamspog Avatar asked Sep 12 '11 22:09

yamspog


People also ask

Can you please change the language of my phone?

On your Android phone or tablet, go to the Search settings page. Choose your language settings. Language in Google products: This setting changes the language for the Google interface, including messages and buttons on your screen.


1 Answers

Microsoft wrote a detailed guide on how.

And yes, it's a C++ satellite DLL. You're not reading it wrong.

Consider using Patrick Getzmann's Tool to automate the satellite generation

like image 188
Claus Jørgensen Avatar answered Sep 24 '22 16:09

Claus Jørgensen