Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, it is not possible to localize an AttributedString directly from a Storyboard in Xcode. Xcode only supports localization for plain text strings. However, you can create separate AttributedStrings for each language and load the appropriate one programmatically based on the user's language preference. You can also use localized string keys for the text content of your AttributedString and provide translations for those keys in separate language-specific files.