Existe um equivalente Swift de NSLocalizedString(...)? Em Objective-C, geralmente usamos: NSString *string = NSLocalizedString(@"key", @"comment"); Como posso conseguir o mesmo no Swift? Eu encontrei uma função: func NSLocalizedString( key: String, tableName: String? = default, bundle:...