I have a question about localization files in JavaME.
I want to use my strings to put on appropriate places of applicaton in different languages that depends on phones' language.
I researched this topic and rode some articles like http://www.developer.nokia.com/Community/Wiki/Localising_text_files_in_Java_ME.
I will locate my string.txt file to Resources folder in application, this can help me?
Thank everyone.