Last Updated: September 27, 2021
·
1.236K
· bart

I18n in iOS (similar to Ruby On Rails)

If you are familiar with I18n in Ruby On Rails and you need similar approach in your iOS mobile app try this:

[I18n t:@"common.save"]
...
[I18n t:@"person" count:2]
...
[I18n t:@"hello" dict:@{@"name": @"Bart"}]

For more go to GitHub repo