ptsiogas
03/13/2023, 4:12 PMfun setLocale(locale: String) {
  StringDesc.localeType = StringDesc.LocaleType.Custom (locale)
}alex009
03/13/2023, 6:53 PMStringDesc.localizeVidmantas Kerbelis
03/14/2023, 7:04 AMlocaleresources/MR/*frfr-FRlocalefralex009
03/14/2023, 8:37 AM<locale>.jprojptsiogas
03/14/2023, 8:44 AMiosBaseLocalizationRegion = "el"iosBaseLocalizationRegion = "en"fun setLocale(locale: String) {
    StringDesc.localeType = StringDesc.LocaleType.Custom (locale)
}ptsiogas
03/14/2023, 8:46 AMLocalizable.stringsalex009
03/14/2023, 11:11 AMios-app Info.plistalex009
03/14/2023, 11:12 AMptsiogas
03/14/2023, 11:38 AMLocalizable.stringsLocalizable.strings"my_key" = "Click \\"Continue\\" to choose how you want to receive the new equipment.\\"";<string name="my_key">Click \"Continue\" to choose how you want to receive the new equipment.\"</string>Localizable.stringsalex009
03/14/2023, 11:42 AMptsiogas
03/14/2023, 11:44 AMptsiogas
03/14/2023, 11:47 AMplutil -lint Localizable.stringsptsiogas
03/14/2023, 11:47 AMBekzod
04/18/2024, 10:44 AM@mainstruct iOSApp: App {init() {//hereKoinHelperKt.doInitKoin()}var body: some Scene {WindowGroup {ContentView().preferredColorScheme(.light)}}}fun setLocale(locale: String) {StringDesc.localeType = StringDesc.LocaleType.Custom(locale)preferenceManager?.setLocale(locale)}alex009
04/18/2024, 2:22 PMBekzod
04/22/2024, 12:50 PM