toggle menu
ReactAndroid
next
JVM
switch theme
search in API
ReactAndroid
/
com.facebook.react.modules.i18nmanager
/
I18nUtil
I18n
Util
class
I18nUtil
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
allow
RTL
Link copied to clipboard
fun
allowRTL
(
context
:
Context
,
allowRTL
:
Boolean
)
do
Left
And
Right
Swap
In
RTL
Link copied to clipboard
fun
doLeftAndRightSwapInRTL
(
context
:
Context
)
:
Boolean
force
RTL
Link copied to clipboard
fun
forceRTL
(
context
:
Context
,
forceRTL
:
Boolean
)
is
RTL
Link copied to clipboard
fun
isRTL
(
context
:
Context
)
:
Boolean
Check if the device is currently running on an RTL locale. This only happens when the app:
swap
Left
And
Right
In
RTL
Link copied to clipboard
fun
swapLeftAndRightInRTL
(
context
:
Context
,
flip
:
Boolean
)