Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9144741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T10:20:37+00:00 2026-06-17T10:20:37+00:00

In my app, for localization I have a values-ar folder for arabic strings. The

  • 0

In my app, for localization I have a values-ar folder for arabic strings. The problem is that the arabic alphabet appears unconnected in phones which do not have Arabic language installed. I’m using the ArabicReshape class to join the arabic alphabets but since I have too many strings, I cannot manually keep applying the reshaper class one by one.

I would like to know if I can get all the strings from the strings.xml file and apply the class to the strings at one go by looping through them. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T10:20:38+00:00Added an answer on June 17, 2026 at 10:20 am

    I don’t understand why you need to iterate thrtough ALL strings instead of calling the class when you need one specific string.

    But as you asked…

    I guess this might help you 😉

    Field[] fields = R.string.class.getFields();
        for(final Field field : fields) {
           String name = field.getName(); //name of string
           try{
               int id = field.getInt(R.string.class); //id of string
           }catch (Exception ex) {
               //do smth
           }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have done localization of my app. The problem that I'm facing is that,
I have an app with some localization made by adding folders like values ,
I have localization in my app(english,spanish,italian).The client sent me strings files but some characters
I have a universal app with some localization. My problem is about splash screens.
I have an iPhone localization problem that has me perplexed. I was localizing my
I have an Android app that I have just prepared for localization, with one
Today I'm playing with localization. I have a winforms app where I've set localizable
My app already supports localization in English and French with custom images and .strings.
I'm new in developing iOS app. So I've recently faced a problem with localization
I have a rails app which is localized in multiple languages. Some time for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.