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 8192965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:19:02+00:00 2026-06-07T04:19:02+00:00

Maybe a stupid question but i want to use a if statement in my

  • 0

Maybe a stupid question but i want to use a if statement in my code, but i won’t work.

    String Country = getResources().getConfiguration().locale.getLanguage();

    if (Country = nl);

So i want to use the if statement to do a function when the Country String is “nl” but i don’t know how to use the if statement i think.

  • 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-07T04:19:04+00:00Added an answer on June 7, 2026 at 4:19 am

    It’s

    if (Country.equals("nl"))
       ...
    

    Now:

    1. Equality in general is tested with double ==.
    2. String equality should be tested with equals.

    Some more info for future use: using == to test equality checks if the references are the same (i.e. they are the same object in memory), which usually is not what you need (of course, using it for primitive values works as expected). For cases when you want to have custom equality checks on types you can override the equals method and place your logic there. This is what happens in case of the String class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Maybe a stupid question, but.. In my code I use the following construction at
This is maybe a stupid question, but I want to know if my code
Sorry for maybe this is stupid question, I just want download source code form
Maybe this is a stupid question, but i still wonder if i use ArrayList<Integer>
maybe this is a stupid question but : i run perl 5.8.8 and i
Well, maybe it is a stupid question, but I cannot resolve this problem. In
This may be a stupid question but I have a code with the following
Maybe this is a stupid question but it's bugging me. I have a bi-directional
Maybe it is a stupid question, but i'm new to ruby, and I googled
This is maybe a stupid question, but since I am relatively new to UDP

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.