Do you want to ask about multi-language internationalization? If so, you need to create a new strings file in the project, and then select the language for localization, such as Simplified Chinese, then create the same file and select localization as English
In this way, in two different files, different values are specified based on the same key value, so that in system environments of different languages, it will be automatically modified to the value of the corresponding language
I’m just briefly explaining how to use it. I need to check the details carefully. Please forgive me if I’m wrong
Do you want to ask about multi-language internationalization? If so, you need to create a new strings file in the project, and then select the language for localization, such as Simplified Chinese, then create the same file and select localization as English
In this way, in two different files, different values are specified based on the same key value, so that in system environments of different languages, it will be automatically modified to the value of the corresponding language
I’m just briefly explaining how to use it. I need to check the details carefully. Please forgive me if I’m wrong
I have screenshots of the detailed steps for you
You can take a look at the localization in this repo https://github.com/kevinlawler/NSDate-TimeAgo