Change language in android application using string file

后端 未结 5 2120
一生所求
一生所求 2020-12-10 15:29

I\'m new in java and actually developing a game app and I wanted add a feature which could change languages in the game.

I already made 2 strings.xml. O

5条回答
  •  悲哀的现实
    2020-12-10 15:58

    
    
        Androidlocalization
        Hello world!
        AndroidLocalize
        बधाई सचिन !!
        जिस भाषा में आप सचिन को नमस्कार करना चाहते हैं का चयन करें!!!!
        Choose the language
          
            Select language
            தமிழ்
            हिंदी
            English
        
    
    
    

    Each code is in same folder for different language add different value folder

    For example value folder for hindi goes inside value-hi

提交回复
热议问题