Titanium JIRA Archive
Appcelerator Community (AC)

[AC-266] Add feature to name App in a localized language without internationalization

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusResolved
ResolutionWon't Fix
Resolution Date2015-12-22T09:14:38.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy, Studio, Titanium SDK & CLI
Labelsappname, internationalization, language
ReporterMuhammad Sabir
AssigneeMostafizur Rahman
Created2015-07-28T08:20:09.000+0000
Updated2015-12-22T09:14:38.000+0000

Description

I want to name my app in Arabic without internationalization (i.e hard code), but it is a limitation in Appcelerator Studio. I really want to request for this support. Thank you.

Attachments

FileDateSize
Screen Shot 2015-08-04 at 10.27.38 AM.png2015-08-04T04:34:09.000+000012928
tiapp.xml2015-07-29T06:32:18.000+00003957

Comments

  1. Radamantis Torres-Lechuga 2015-07-28

    [~muhammadsabir] can you please attach a tiapp.xml with the desire name?
  2. Muhammad Sabir 2015-07-29

    here is my tiapp.xml with desired name.
  3. Muhammad Sabir 2015-08-03

    @Radamantis Torres-Lechuga: Any updates???
  4. Harish Mridha 2015-08-04

    Hi, We are successful to change app name in a language other than English without internationalization for android only . You Just need to add following code in tiapp.xml .
         <android xmlns:android="http://schemas.android.com/apk/res/android">
               <manifest>
                   <application>
                       <activity
                           android:configChanges="keyboardHidden|orientation"
                           android:label="صحیح القصص" android:name=".HarisActivity" android:theme="@style/Theme.Titanium">
                           <intent-filter>
                               <action android:name="android.intent.action.MAIN"/>
                               <category android:name="android.intent.category.LAUNCHER"/>
                           </intent-filter>
                       </activity>
                   </application>
               </manifest>
           </android>
       
    Please find the attached screen shot . Thanks
  5. Muhammad Sabir 2015-08-04

    What is going on??? I don't understand this...
  6. Muhammad Sabir 2015-08-20

    @Harish Mridha: Hi, I tried this solution in a stand alone test app. What it does is making a copy of app with this Arabic name but when i click on it app crashes. And when I uninstall the app both (orignal and the copy) gets uninstall. I want to name the actual app in Arabic not to make a copy of my app. Thanks.

JSON Source