We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Locale
1 parent 3b1e1bc commit 3328aa6Copy full SHA for 3328aa6
docs/lime_idl.md
@@ -365,6 +365,9 @@ Container types:
365
**Note**: Since the `Locale` type is based on ISO-compliant identifiers (as described above), any platform-specific
366
properties of `Locale` type (e.g. `calendarIdentifier` for Swift) are not preserved on language boundary transition.
367
368
+**Note**: When converting `Locale` from C++ representation to a platform type, the BCP 47 language tag takes precedence.
369
+I.e. if the tag is present, the ISO codes are ignored during conversion; if the tag is absent, the ISO codes are used.
370
+
371
#### User-defined types
372
373
User-defined types are types declared in the same or in another LimeIDL file. There are several ways
0 commit comments