A simple gem to get the emoji flag for an ISO 639-1 language code or locale id string (LCID).
EmojiFlag.new('nl') # => π³π±
EmojiFlag.new('en') # => π¬π§
EmojiFlag.new('nl_BE') # => π§πͺ
EmojiFlag.new('en_US') # => πΊπΈ
Also supports passing in a symbol language code, making it easy to integrate with Rails' I18n.available_locales
:
EmojiFlag.new(:de) # => π©πͺ
Add this line to your application's Gemfile:
gem 'emoji_flag'
And then execute:
$ bundle
The gem is available as open source under the terms of the MIT License.