MoathOthman / MOLH

Localization helper for iOS apps mainly focusing on the LTR/RTL issue
MIT License
117 stars 36 forks source link

Language Not Change #45

Open MoKotb opened 4 years ago

MoKotb commented 4 years ago

I use google map and dates and my app when change language my address not change to selected language and also date.. but when restart app its work why ??

MoathOthman commented 4 years ago

for third party frameworks, you need to check if there is a local property or a way to set it. and when the user taps on switching the language you can set that property, or call that function. @MoKotb

mohamedmostafafawzi commented 2 years ago

@MoathOthman What if the third party framework doesn't give me access to such property like GMSAutocompleteViewController from Google Places iOS SDK

MoathOthman commented 2 years ago

Hey, Can you make a branch of the demo and add the sdk with a sample to try it . In general we dont have access to external frameworks unless they provide properties like locale , but lets see if there is a way to deal with it here

Best.

Moath othman

On 20 Jun 2022, at 2:54 PM, Mohamed Mostafa Fawzi @.***> wrote:



@MoathOthmanhttps://github.com/MoathOthman What if the third party framework doesn't give me access to such property like GMSAutocompleteViewController from Google Places iOS SDKhttps://developers.google.com/maps/documentation/places/ios-sdk/reference/interface_g_m_s_autocomplete_view_controller

— Reply to this email directly, view it on GitHubhttps://github.com/MoathOthman/MOLH/issues/45#issuecomment-1160352539, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAI43B56X2AKJL7TK2PN2A3VQBLXXANCNFSM4JTANJIQ. You are receiving this because you were mentioned.Message ID: @.***>

mohamedmostafafawzi commented 2 years ago

@MoathOthman Thank you so much for the quick reply, please check the branch I created with the issue demonstrated and implemented like you asked. https://github.com/MohamedMostafaFawzi/MOLH/tree/issue45/external-framework-example-google-places Thank you again, I really appreciate your help.

MoathOthman commented 2 years ago

Thank you , I will check if there is a way to handle it