diff --git a/docs/fundamentals/localization.md b/docs/fundamentals/localization.md index 29eaa91cd..85ef277c8 100644 --- a/docs/fundamentals/localization.md +++ b/docs/fundamentals/localization.md @@ -1,7 +1,7 @@ --- title: "Localization" description: "Learn how to localize .NET MAUI app strings, images, and app names." -ms.date: 09/05/2023 +ms.date: 11/11/2024 --- # Localization @@ -198,7 +198,7 @@ Only two characters are required in the folder name when specifying a top-level :::image type="content" source="media/localization/images-folder-structure-ios.png" alt-text="Screenshot of the localized folder structure in Visual Studio for images on iOS."::: - + If an image isn't present for a particular language, iOS falls back to the default native language folder and loads the image from there. @@ -219,7 +220,7 @@ Only two characters are required in the folder name when specifying a top-level :::image type="content" source="media/localization/images-folder-structure-maccatalyst.png" alt-text="Screenshot of the localized folder structure in Visual Studio for images on MacCatalyst."::: - + + If an image isn't present for a particular language, Mac Catalyst falls back to the default native language folder and loads the image from there. ### Windows @@ -326,7 +329,7 @@ Other keys that you can use to localize app-specific strings are: - `CFBundleShortVersionString` - specifies the release version number of the app bundle. - `NSHumanReadableCopyright` - the copyright notice for the app bundle. - + ### Mac Catalyst @@ -367,7 +371,7 @@ Other keys that you can use to localize app-specific strings are: - `CFBundleShortVersionString` - specifies the release version number of the app bundle. - `NSHumanReadableCopyright` - the copyright notice for the app bundle. - + ### Windows