---
title: AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes
framework: foundation
role: symbol
role_heading: Structure
path: foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct
---

# AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes

A type for using a localized string argument as an attribute.

## Declaration

```swift
struct LocalizedStringArgumentAttributes
```

## Overview

Overview You use the this scope’s attributes when creating an attributed string from a LocalizedStringResource. The process creating the attributed string may not have access to the original arguments passed to the interpolation. Instead, the attributed string marks formatted runs with this type, allowing you to retrieve the original values.

## Topics

### Retrieving localization arguments

- [localizedNumericArgument](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizednumericargument.md)
- [AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedNumericArgumentAttribute](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizednumericargumentattribute.md)
- [localizedDateArgument](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizeddateargument.md)
- [AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedDateArgumentAttribute](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizeddateargumentattribute.md)
- [localizedDateIntervalArgument](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizeddateintervalargument.md)
- [AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedDateIntervalArgumentAttribute](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizeddateintervalargumentattribute.md)
- [localizedURLArgument](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizedurlargument.md)
- [AttributeScopes.FoundationAttributes.LocalizedStringArgumentAttributes.LocalizedURLArgumentAttribute](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.struct/localizedurlargumentattribute.md)

## See Also

### Using string localization attributes

- [localizedStringArgumentAttributes](foundation/attributescopes/foundationattributes/localizedstringargumentattributes-swift.property.md)
