About 4,470,000 results
Open links in new tab
  1. How to localise a string inside the iOS info.plist file?

    Just to be clear, iOS will swap out the string for your Plist file based upon the user's currently selected language using the plist entry's key as the key in the localized strings file.

  2. How to implement .NET MAUI localization - Stack Overflow

    Mar 1, 2022 · I'm unable to find any direction on implementing localization for a MAUI app. I've read some info about localizing Xamarin apps but am unable to translate it forward to MAUI …

  3. localization - How can I switch language at runtime in a MAUI app ...

    Jun 4, 2024 · 1 How can I switch language at runtime in a MAUI app? If I switch language without restarting the app, it fails on processing. About Localization, there is an known issue on MAUI …

  4. Localisation resx not being picked up in .NET MAUI

    May 16, 2022 · I've set the applicable languages in <key>CFBundleLocalizations</key> in the info.plist file (on both ios and maccatalyst) I've added the Microsoft.Extensions.Localization …

  5. ios - How to format localised strings in Swift? - Stack Overflow

    I am learning to localise my app to Simplified Chinese. I am following this tutorial on how to do this. Because the tutorial is based on Obj-C, formatted strings can be written like this: "Yester...

  6. How to implement iOS localisation by using Unity iOS PostScript

    Oct 20, 2024 · -1 we want to support localisation for some iOS native popup, it should be depend on the localisation part in xcode, but how to maintain this part in Unity iOS postscript?

  7. ios - Changing the development language in Xcode - Stack Overflow

    Sep 16, 2014 · I need to set Spanish as development language for an iOS app. I'm already using Xcode 6, and I changed the Localization native development region entry in app's Info.plist …

  8. ios - How to set Base Localization & Development Language in …

    May 6, 2021 · What I wanted to achieve: Support English but use German as the default language that is also used if the user's language settings don't include English or German. How I …

  9. How to set default localization for iOS app - Stack Overflow

    Sep 5, 2019 · See “Language and Locale Designations” in Internationalization and Localization Guide in Internationalization Documentation for information on how to specify language …

  10. localization - How to localize label strings in iOS for a beginner ...

    May 7, 2013 · Hi I'm very much stuck on the process of localization on iOS. Here's what I do understand: How to go to the project explorer and set base localizations for different countries …