module UserAgent::Browsers::Gecko

def localization

def localization
  if comment = application.comment
    comment[3]
  end
end