• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

use Java hash Map for ru/en country names or...

 
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a.
Android image file names or any other file name must be/required be in English?
b.
I plan develop a Flags guess App well, will be in en/ru... and use value-en/strings.xml, value-ru/strings.xml ...part of it, this, as of other part:
well, as of country names in english version get from country images files names (replace "_" with " " as in wikipedia) ... well is appropriate have a hash Map generic where english country names(key) map to russian country names(value) and implement this way russian version??? if ok the about 200 elements of Java hash Map(the Map itself meant) must located separate in a java file or in an Activity?
reply
    Bookmark Topic Watch Topic
  • New Topic