[Guide] Change your App Name according to user phone language!

:pray:
Hello friends my name is Avijit Das,
And today i am showing, how you can change your App Name according to user phone language!
So let’s start


Step 1 :

Build your .apk file from Niotron Builder and open it in APK Editor Studio.


Step 2 :

Open AndroidManifest.xml File


Step 3 :

Find android:label="{Your App Name}"


Step 4 :

Replace this text to android:label="@string/app_name" and press ctrl+S to save this file


Step 5 :

Now go to res/values/ folder and open strings.xml file


Step 6 :

Add this code in <resources> tag.

Code :

<string name="app_name">{Your App Name}</string>

Code.txt (48 Bytes)

Note : Replace {Your App Name} to your app name, and it must be in English.
Example : <string name="app_name">ABC</string>


Step 7 :

Now Find the language you want, for example Bengali. Bengali folder name value-bn

Note : Find your language iso-639-1 name from here
Example : hi mean Hindi, and in res folder it must be value-hi


Step 8 :

Now open strings.xml and add <string name="app_name">translated app’s name</string> in <resources> tag and save the file.


Step 9 :

Do the same for all languages that you need.


Step 10:

Click Save APK to save your apk and enjoy


If this help you then just press ❤️ button
4 Likes

Again awesome guide from one and only @anon61431939 ,
Good work dear :+1:t2:

2 Likes

Thanks @Horizon :heart: :face_with_peeking_eye: :face_with_peeking_eye:

And also :point_down:

2 Likes

Oh, i forgot :sweat_smile::sweat_smile:
Actually i was in a hurry at that time :sweat_smile:

Thanks :heart: :heart: :heart: :heart:

1 Like

Hey @anon61431939 great work.
Could you also make a guide on how to convert .aia files to java source code.
Like the MIT app inventor uses jbridge for the same but it dosen’t work with kodular or niotron.

1 Like

I think not possible. Let me try

2 Likes

Thanks, it would be very beneficial if we could do this.

1 Like

but APK can’t be published on Play Store , any suggestions how we can do that and export AAB

You can convert your edited apk to aab

Hover over the build option and you’ll get this option to directly export in .aab in the dropdown.
aab

You cannot edit aab file.

@Lisa do what @anon61431939 suggested, use that website to convert apk to aab