localization tag

5 questions


2 answers
134 views
0
Understanding Laravel 5.3 Multilingualism

If you want to multilingualize validation messages (this time in Japanese), /resources/lang/ja/validation.phpIn the attributes array of the above files field name =>Japanese name The field name is ...


1 answers
114 views
0
Is there a way to fix the decimal point on the DecimalPad keyboard?

There are some localization applications that specify the DecimalPad on the keyboard.iOS Settings If I select Italy as the format setting of the app, the DecimalPad period will be comma, but this is a...

2 years ago

1 answers
112 views
0
If you read NSLocalizedString in the Custom keyboard, they won't read the .string file.

I have called NSLocalizedString in my custom keyboard code as follows, but they didn't read the appropriate Localized.string and I'm always having trouble with English.data.append(NSLocalizedString(No...

2 years ago

1 answers
92 views
0
How to get the language set on your device.

Is there a way to get the currently selected language from the Android device?

2 years ago

1 answers
96 views
0
How do I support multiple languages on Android?

I'm going to release the app on Google Store. I want to print it out in English on the US account and Korean on the Korean account, is that possible?


© 2024 OneMinuteCode. All rights reserved.