I would like to reference a string from another string in my Localizable.strings file, like we do in android's strings.xml file as below
<string name="app_name">My App</string>
<string name="activity_title">@string/app_name</string>
Any help will be greatly appreciated. I tried looking for the documentation and also stackoverflow, but couldnt get anything out of it.
iOS Localizable.strings is not as flexible as Android's strings.xml. You cannot do this from plist, only from code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With